mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Check Grats artifacts in CI
This commit is contained in:
parent
6ce866f48c
commit
b090082dfa
2 changed files with 33 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -29,6 +29,8 @@ jobs:
|
|||
- name: Lint and type-check
|
||||
run: |
|
||||
npx turbo lint type-check
|
||||
- name: Validate Grats generated files are up-to-date
|
||||
run: ./scripts/validate-grats.sh
|
||||
- name: Run tests
|
||||
run: |
|
||||
touch packages/skin-database/config.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue