This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: provide fallback attrs if all are cached (#11)

+1 -1
+1 -1
.github/workflows/ci.yml
··· 16 16 id: list 17 17 run: | 18 18 eval "$(nix print-dev-env .#ci)" 19 - matrix=$(nix-eval-jobs --flake .#checks.x86_64-linux --check-cache-status | jq -sc '[.[]|select(.isCached|not).attr]') 19 + matrix=$(nix-eval-jobs --flake .#checks.x86_64-linux --check-cache-status | jq -sc '[.[]|select(.isCached|not).attr]' | jq -c 'if length > 0 then . else ["pre-commit"] end') 20 20 echo "matrix=$matrix" >> "$GITHUB_OUTPUT" 21 21 22 22 build: