diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml new file mode 100644 index 0000000..e30b150 --- /dev/null +++ b/.github/workflows/compile.yml @@ -0,0 +1,13 @@ +on: + - push + - pull_request +jobs: + compile-sketch: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: arduino/compile-sketches@v1 + with: + fqbn: "arduino:avr:uno" + sketch-paths: | + - src \ No newline at end of file