Testing forgejo actions

This commit is contained in:
Lewis Jackson 2023-05-30 18:46:26 +03:00
parent 9cf06494bb
commit 656c844d58

View file

@ -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