Add .forgejo/workflows/acorn.yml
All checks were successful
Check syntax with acorn / acorn (push) Successful in 4s
All checks were successful
Check syntax with acorn / acorn (push) Successful in 4s
This commit is contained in:
parent
4c3535a979
commit
16a2eff711
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/acorn.yml
Normal file
8
.forgejo/workflows/acorn.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
name: Check syntax with acorn
|
||||
on: [push]
|
||||
jobs:
|
||||
acorn:
|
||||
runs-on: debian-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: acorn --silent script.user.js
|
Loading…
Reference in a new issue