Loading .github/workflows/eval.yml +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ jobs: # Use the target branch to get accurate maintainer info nix-build target/ci -A eval.compare \ --arg beforeResultDir ./targetResult \ --arg afterResultDir $(realpath prResult) \ --arg afterResultDir "$(realpath prResult)" \ --arg touchedFilesJson ./touched-files.json \ -o comparison Loading .github/workflows/lint-actions.shdeleted 100755 → 0 +0 −7 Original line number Diff line number Diff line #!/usr/bin/env nix-shell #!nix-shell -i bash -p bash actionlint shellcheck -I nixpkgs=../.. set -euo pipefail SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" cd "$SCRIPT_DIR/../.." actionlint ci/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,8 @@ let # By default it's info, which is too noisy since we have many unmatched files settings.on-unmatched = "debug"; programs.actionlint.enable = true; programs.keep-sorted.enable = true; # This uses nixfmt-rfc-style underneath, Loading Loading
.github/workflows/eval.yml +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ jobs: # Use the target branch to get accurate maintainer info nix-build target/ci -A eval.compare \ --arg beforeResultDir ./targetResult \ --arg afterResultDir $(realpath prResult) \ --arg afterResultDir "$(realpath prResult)" \ --arg touchedFilesJson ./touched-files.json \ -o comparison Loading
.github/workflows/lint-actions.shdeleted 100755 → 0 +0 −7 Original line number Diff line number Diff line #!/usr/bin/env nix-shell #!nix-shell -i bash -p bash actionlint shellcheck -I nixpkgs=../.. set -euo pipefail SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" cd "$SCRIPT_DIR/../.." actionlint
ci/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,8 @@ let # By default it's info, which is too noisy since we have many unmatched files settings.on-unmatched = "debug"; programs.actionlint.enable = true; programs.keep-sorted.enable = true; # This uses nixfmt-rfc-style underneath, Loading