Skip to content

Commit 53a79ee

Browse files
authored
workflows/check-format: add actionlint (#406114)
2 parents 089f146 + 8b65ba5 commit 53a79ee

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/eval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
# Use the target branch to get accurate maintainer info
197197
nix-build target/ci -A eval.compare \
198198
--arg beforeResultDir ./targetResult \
199-
--arg afterResultDir $(realpath prResult) \
199+
--arg afterResultDir "$(realpath prResult)" \
200200
--arg touchedFilesJson ./touched-files.json \
201201
-o comparison
202202

.github/workflows/lint-actions.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

ci/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ let
4444
# By default it's info, which is too noisy since we have many unmatched files
4545
settings.on-unmatched = "debug";
4646

47+
programs.actionlint.enable = true;
48+
4749
programs.keep-sorted.enable = true;
4850

4951
# This uses nixfmt-rfc-style underneath,

0 commit comments

Comments
 (0)