Update .forgejo/workflows/syntax-check.yml
All checks were successful
Check syntax / check (push) Successful in 4s

This commit is contained in:
Nova Cat 2024-12-18 15:14:39 -08:00
parent 4e8e9c7adc
commit ce2de68213

View file

@ -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