From 8bbd7e97437f8ba8b31c7648906c875d6aab3e0a Mon Sep 17 00:00:00 2001 From: John Rogers Date: Thu, 10 Jul 2025 12:24:54 +0100 Subject: [PATCH] ci: automated github build testing --- .github/workflow.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflow.yml 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