Skip to content

Commit

Permalink
Add GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
SFrijters committed Feb 4, 2024
1 parent d157174 commit 8ae4e51
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/compile-check-blink.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "compile-check-blink"
on:
pull_request:
paths-ignore:
- 'README.md'
push:
paths-ignore:
- 'README.md'
jobs:
nix-flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix develop --command make -C blinky compile

0 comments on commit 8ae4e51

Please sign in to comment.