diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 251d81a..48f82e8 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -7,5 +7,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - uses: actions/setup-node@v4 - - run: python -m py_compile sweebot.py + - run: python3 -m py_compile sweebot.py + - name: Install JSHint if not already + run: whoami - run: jshint script.js \ No newline at end of file