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