darkSnap/.forgejo/workflows/syntax-check.yml
swee 25334b178e
Some checks failed
Check syntax / check (push) Failing after 6s
Add .forgejo/workflows/syntax-check.yml
2024-12-18 15:21:48 -08:00

9 lines
No EOL
185 B
YAML

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