diff --git a/.forgejo/workflows/syntax-check.yml b/.forgejo/workflows/syntax-check.yml index afb0905..bf857fd 100644 --- a/.forgejo/workflows/syntax-check.yml +++ b/.forgejo/workflows/syntax-check.yml @@ -5,5 +5,5 @@ 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: acorn builded.user.js + - run: jshint builded.user.js \ No newline at end of file