Add .forgejo/actions/syntax-check.yml

This commit is contained in:
Nova Cat 2024-12-18 15:16:02 -08:00
parent a257e8240e
commit 27d1d6fa8f

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