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,4 +1,4 @@
|
|||
name: Check syntax with acorn
|
||||
name: Check syntax
|
||||
on: [push]
|
||||
jobs:
|
||||
acorn:
|
||||
|
@ -6,3 +6,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: acorn --silent script.user.js
|
||||
- run: jshint script.user.js
|
Loading…
Reference in a new issue