PythonAnyDark/.forgejo/workflows/syntax-check.yml
swee f08ee5c555
Some checks failed
Check syntax / acorn (push) Failing after 7s
Update .forgejo/workflows/syntax-check.yml
2024-12-18 15:12:16 -08:00

9 lines
No EOL
194 B
YAML

name: Check syntax
on: [push]
jobs:
acorn:
runs-on: debian-latest
steps:
- uses: actions/checkout@v4
- run: acorn --silent script.user.js
- run: jshint script.user.js