diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 96175a6..27bf8fc 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -6,5 +6,5 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - - run: python -m compileall . - - run: python -m py_compile cc/* \ No newline at end of file + - run: python -m py_compile sweebot.py + - run: jshint script.js \ No newline at end of file