diff --git a/.forgejo/workflows/compile.yaml b/.forgejo/workflows/compile.yaml new file mode 100644 index 0000000..d59cdb1 --- /dev/null +++ b/.forgejo/workflows/compile.yaml @@ -0,0 +1,12 @@ +name: Compile +run-name: ${{ github.actor }} is compiling +on [push] +jobs: + Compile: + runs-on: ubuntu-latest + steps: + - run: sudo apt install platformio + - name: Compile + run: | + cd ${{ github.workspace }} + pio run