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