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

This commit is contained in:
Nova Cat 2024-12-18 15:21:48 -08:00
parent c697307e2a
commit 25334b178e

View file

@ -0,0 +1,9 @@
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