diff --git a/.forgejo/workflows/syntax-check.yml b/.forgejo/workflows/syntax-check.yml index afb0905..791dfe5 100644 --- a/.forgejo/workflows/syntax-check.yml +++ b/.forgejo/workflows/syntax-check.yml @@ -5,5 +5,4 @@ jobs: runs-on: debian-latest steps: - uses: actions/checkout@v4 - - run: acorn script.user.js - - run: jshint script.user.js \ No newline at end of file + - run: jshint \ No newline at end of file