Update .forgejo/workflows/syntax-check.yml
Some checks failed
Check syntax / acorn (push) Failing after 7s
Some checks failed
Check syntax / acorn (push) Failing after 7s
This commit is contained in:
parent
16a2eff711
commit
f08ee5c555
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
name: Check syntax with acorn
|
name: Check syntax
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
acorn:
|
acorn:
|
||||||
runs-on: debian-latest
|
runs-on: debian-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: acorn --silent script.user.js
|
- run: acorn --silent script.user.js
|
||||||
|
- run: jshint script.user.js
|
Loading…
Reference in a new issue