Skip to content

Commit

Permalink
Tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SFrijters committed Oct 1, 2024
1 parent c520daa commit 15074dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-check-blink.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "compile-check-blink"
name: "Compile check blink"
on:
pull_request:
paths-ignore:
Expand All @@ -7,7 +7,7 @@ on:
paths-ignore:
- 'README.md'
jobs:
nix-flake-check:
compile-check-blink:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Arduino sketches with Nix

[![Compilation test](https://github.com/SFrijters/arduino-nix-template/actions/workflows/compile-check-blink.yml/badge.svg)](https://github.com/SFrijters/arduino-nix-template/actions/workflows/compile-check-blink.yml)
[![Compile check blink](https://github.com/SFrijters/arduino-nix-template/actions/workflows/compile-check-blink.yml/badge.svg)](https://github.com/SFrijters/arduino-nix-template/actions/workflows/compile-check-blink.yml)

This is a template for building reproducible Arduino sketches with the help of [Nix](https://nixos.org/download.html), with [flakes enabled](https://github.com/mschwaig/howto-install-nix-with-flake-support).

Expand Down

0 comments on commit 15074dc

Please sign in to comment.