We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 089f146 + 8b65ba5 commit 53a79eeCopy full SHA for 53a79ee
.github/workflows/eval.yml
@@ -196,7 +196,7 @@ jobs:
196
# Use the target branch to get accurate maintainer info
197
nix-build target/ci -A eval.compare \
198
--arg beforeResultDir ./targetResult \
199
- --arg afterResultDir $(realpath prResult) \
+ --arg afterResultDir "$(realpath prResult)" \
200
--arg touchedFilesJson ./touched-files.json \
201
-o comparison
202
.github/workflows/lint-actions.sh
ci/default.nix
@@ -44,6 +44,8 @@ let
44
# By default it's info, which is too noisy since we have many unmatched files
45
settings.on-unmatched = "debug";
46
47
+ programs.actionlint.enable = true;
48
+
49
programs.keep-sorted.enable = true;
50
51
# This uses nixfmt-rfc-style underneath,
0 commit comments