mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-13 01:57:38 +08:00
updated pr check action
This commit is contained in:
parent
3caeb3fcdd
commit
f0313d6524
1 changed files with 5 additions and 4 deletions
9
.github/workflows/pr-check.yml
vendored
9
.github/workflows/pr-check.yml
vendored
|
@ -21,10 +21,11 @@ jobs:
|
|||
quotes-json:
|
||||
- 'frontend/static/quotes/*.json'
|
||||
other-json:
|
||||
- 'frontend/funbox/*.json'
|
||||
- 'frontend/fonts/*.json'
|
||||
- 'frontend/themes/*.json'
|
||||
- 'frontend/challenges/*.json'
|
||||
- 'frontend/static/funbox/*.json'
|
||||
- 'frontend/static/fonts/*.json'
|
||||
- 'frontend/static/themes/*.json'
|
||||
- 'frontend/static/challenges/*.json'
|
||||
- 'frontend/static/layouts/*.json'
|
||||
any-tsscss:
|
||||
- 'frontend/**/*.scss'
|
||||
- 'frontend/**/*.js'
|
||||
|
|
Loading…
Add table
Reference in a new issue