From e006f1bf6d4f3c2c61a109b9433fbf52aa448eca Mon Sep 17 00:00:00 2001 From: Greg Manning Date: Tue, 13 Aug 2024 08:01:50 +0100 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..3b14931 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,18 @@ +name: "Build" +on: + pull_request: + push: +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: cachix/install-nix-action@v27 + with: + github_access_token: ${{ secrets.GITHUB_TOKEN }} + - run: nix build + - run: nix flake check + - uses: actions/upload-artifact@v4 + with: + name: yask UF2 + path: results/javelin-steno-rp2040.uf2