mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
fix: ci
This commit is contained in:
6
.github/workflows/flake_check.yml
vendored
6
.github/workflows/flake_check.yml
vendored
@@ -20,8 +20,4 @@ jobs:
|
||||
|
||||
- name: Run Nix Flake Check
|
||||
run: |
|
||||
output=$(nix flake check 2>&1)
|
||||
echo "$output"
|
||||
if echo "$output" | grep -q -i error; then
|
||||
exit 1
|
||||
fi
|
||||
nix flake check
|
||||
|
||||
Reference in New Issue
Block a user