diff --git a/.forgejo/workflows/JS.yml b/.forgejo/workflows/JS.yml deleted file mode 100644 index b1275a4..0000000 --- a/.forgejo/workflows/JS.yml +++ /dev/null @@ -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 \ No newline at end of file