diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml new file mode 100644 index 0000000..843f8c9 --- /dev/null +++ b/.forgejo/workflows/build.yml @@ -0,0 +1,9 @@ +name: Check syntax +on: [push] +jobs: + check: + runs-on: debian-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + - run: python -m py_compile sweebot.py \ No newline at end of file