Update .forgejo/workflows/syntax-check.yml
Some checks failed
Check syntax / acorn (push) Failing after 7s

This commit is contained in:
Nova Cat 2024-12-18 15:12:16 -08:00
parent 16a2eff711
commit f08ee5c555

View file

@ -1,4 +1,4 @@
name: Check syntax with acorn name: Check syntax
on: [push] on: [push]
jobs: jobs:
acorn: acorn:
@ -6,3 +6,4 @@ jobs:
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