Update .forgejo/workflows/syntax-check.yml
All checks were successful
Check syntax / check (push) Successful in 5s
All checks were successful
Check syntax / check (push) Successful in 5s
This commit is contained in:
parent
7d28a1ebfc
commit
4b92773816
1 changed files with 1 additions and 2 deletions
|
@ -5,5 +5,4 @@ jobs:
|
||||||
runs-on: debian-latest
|
runs-on: debian-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: acorn script.user.js
|
- run: jshint
|
||||||
- run: jshint script.user.js
|
|
Loading…
Reference in a new issue