Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-attiny85.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
build-attiny85:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/nix-installer-action@v22
- name: Build
run: nix build .#attiny85
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pico.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
build-pico:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/nix-installer-action@v22
- name: Build
run: nix build .#pico
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-qt-py-ch32v203.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
build-qt-py-ch32v203:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/nix-installer-action@v22
- name: Build
run: nix build .#qt-py-ch32v203
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-lock-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
cargo-lock-updater:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/nix-installer-action@v22
- name: Update ATtiny85 Cargo lock file
run: nix develop .#attiny85 --command 'cd boards/attiny85 && cargo update'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy-attiny85.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
clippy-attiny85:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/nix-installer-action@v22
2 changes: 1 addition & 1 deletion .github/workflows/flake-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
flake-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/flake-checker-action@v12
2 changes: 1 addition & 1 deletion .github/workflows/flake-lock-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Flake Lock Updater
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v22
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/treefmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
treefmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/nix-installer-action@v22
- name: Run treefmt
run: nix develop --command treefmt --ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nix-direnv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
update-nix-direnv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/nix-installer-action@v22
- name: Update nix-direnv to the latest version
run: nix run .#update-nix-direnv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nixos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
update-nixos-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/nix-installer-action@v22
- name: Update the NixOS release in flake.nix to the latest
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: DeterminateSystems/nix-installer-action@v22
- name: Check YAML files
run: nix develop --command yamllint --format github .
Loading