This commit is contained in:
Ryan Yin
2023-12-20 13:25:42 +08:00
parent 50d9301e13
commit 6f38faef79

View File

@@ -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