From 656c844d58a544d1b8a4f01b3d218241b83f689d Mon Sep 17 00:00:00 2001 From: Lewis Jackson <> Date: Tue, 30 May 2023 18:46:26 +0300 Subject: [PATCH] Testing forgejo actions --- .forgejo/workflows/compile.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .forgejo/workflows/compile.yaml 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