Testing forgejo actions
This commit is contained in:
parent
9cf06494bb
commit
656c844d58
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/compile.yaml
Normal file
12
.forgejo/workflows/compile.yaml
Normal 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
|
Loading…
Reference in a new issue