Skip to content

Commit

Permalink
Tweak CI
Browse files Browse the repository at this point in the history
SFrijters committed Oct 1, 2024

Verified

This commit was signed with the committer’s verified signature.
SFrijters Stefan Frijters
1 parent 0d27b16 commit 76176d8
Showing 3 changed files with 17 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: "qemu-check-blinky"
name: "nix flake check"
on:
pull_request:
paths-ignore:
- 'README.md'
push:
paths-ignore:
- 'README.md'

jobs:
nix-flake-check:
runs-on: ubuntu-latest
@@ -15,7 +16,17 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: |

- name: Flake metadata
run: |
nix flake metadata
nix flake show
- name: Flake check
run: |
nix flake check -L
- name: Formatter check
run: |
nix fmt
git diff --exit-code
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nix-qemu-esp32c3-rust-example

[![nix flake check](https://github.com/SFrijters/nix-qemu-esp32c3-rust-example/actions/workflows/qemu-check-blinky.yml/badge.svg)](https://github.com/SFrijters/nix-qemu-esp32c3-rust-example/actions/workflows/qemu-check-blinky.yml)
[![nix flake check](https://github.com/SFrijters/nix-qemu-esp32c3-rust-example/actions/workflows/nix-flake-check.yml/badge.svg)](https://github.com/SFrijters/nix-qemu-esp32c3-rust-example/actions/workflows/nix-flake-check.yml)

This is an example / test for https://github.com/SFrijters/nix-qemu-espressif; it is kept out of that repository to keep it as lean as possible.

6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76176d8

Please sign in to comment.