Upload files to ".forgejo/workflows"
All checks were successful
Check syntax / check (push) Successful in 16s

This commit is contained in:
Nova Cat 2025-01-20 22:52:31 -08:00
parent cf0d135d49
commit 5bc6107eba

View file

@ -0,0 +1,12 @@
name: Check syntax
on: [push,workflow_dispatch]
jobs:
check:
runs-on: alpine
steps:
- name: Setup Alpine
uses: https://git.swee.codes/swee/setup-alpine@main
- uses: actions/checkout@v4
- name: Install JSHint
run: npm --global install jshint
- run: jshint