mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-27 05:06:02 +08:00
fix(ci): Fix Flake checker jobs
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
6
.github/workflows/check.yaml
vendored
6
.github/workflows/check.yaml
vendored
@@ -19,5 +19,11 @@ jobs:
|
|||||||
name: Check flake.lock
|
name: Check flake.lock
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Check Nix flake inputs
|
- name: Check Nix flake inputs
|
||||||
uses: DeterminateSystems/flake-checker-action@v9
|
uses: DeterminateSystems/flake-checker-action@v9
|
||||||
|
with:
|
||||||
|
fail-mode: true
|
||||||
|
send-statistics: false
|
||||||
|
Reference in New Issue
Block a user