Skip to content

Commit

Permalink
Add GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SFrijters committed Jan 31, 2024
1 parent 68c7715 commit c66eb47
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/qemu-check-blinky.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "qemu-check-blinky"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check -L

0 comments on commit c66eb47

Please sign in to comment.