WatchyWatchFace/.forgejo/workflows/compile.yml
Lewis Jackson fa61dbb4f9
Some checks failed
Compile / Compile (push) Failing after 39s
Probably helps if I check out the source tree
2023-05-30 21:13:47 +03:00

14 lines
321 B
YAML

name: Compile
run-name: ${{ github.actor }} is compiling
on: [push]
jobs:
Compile:
runs-on: ubuntu-latest
steps:
- name: Setup PlatformIO
run: |
apt update
apt -y install platformio
- uses: actions/checkout@v3
- run: cd ${{ github.workspace }}
- run: pio run