Delete .forgejo/workflows/JS.yml
All checks were successful
Check syntax / check (push) Successful in 15s

This commit is contained in:
Nova Cat 2025-01-20 22:54:43 -08:00
parent 126a5c8ccd
commit 464424363b

View file

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