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

This commit is contained in:
Nova Cat 2024-12-18 15:16:45 -08:00
parent 33213bdc52
commit 408b3fb456

View file

@ -5,5 +5,5 @@ jobs:
runs-on: debian-latest
steps:
- uses: actions/checkout@v4
- run: acorn script.user.js
- run: jshint script.user.js
- run: acorn builded.user.js
- run: jshint builded.user.js