diff --git a/.github/workflow.yml b/.github/workflow.yml new file mode 100644 index 0000000..606ad62 --- /dev/null +++ b/.github/workflow.yml @@ -0,0 +1,10 @@ +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: pguyot/arm-runner-action@v2 + with: + commands: | + cargo build + \ No newline at end of file