Update .forgejo/workflows/syntax-check.yml
Some checks failed
Check syntax / check (push) Failing after 4s
Some checks failed
Check syntax / check (push) Failing after 4s
This commit is contained in:
parent
33213bdc52
commit
408b3fb456
1 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@ jobs:
|
|||
runs-on: debian-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: acorn script.user.js
|
||||
- run: jshint script.user.js
|
||||
- run: acorn builded.user.js
|
||||
- run: jshint builded.user.js
|
Loading…
Reference in a new issue