]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: temporarily disable validation of GH Action files 23465/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 21 May 2022 15:34:34 +0000 (17:34 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 21 May 2022 21:28:18 +0000 (23:28 +0200)
since the current version of super-linter doesn't recognize
ubuntu-22.04 as a valid runner specification. This should
be fixed once https://github.com/github/super-linter/pull/2897
is merged, which includes
https://github.com/rhysd/actionlint/commit/09a60b0f5761c2d066def294e541c25a89756eea

.github/workflows/linter.yml

index ecdd7970d2730f8cf6c3d107c4b070d5a0cfdbf7..1ba92364258a36946c05f588e3df5435b91982eb 100644 (file)
@@ -41,4 +41,10 @@ jobs:
           FILTER_REGEX_EXCLUDE: .*/(man/.*|.*\.(in|SKELETON)|tools/coverity\.sh)$
           VALIDATE_ALL_CODEBASE: false
           VALIDATE_BASH: true
-          VALIDATE_GITHUB_ACTIONS: true
+          # FIXME: temporarily disable validation of GH Action files, since
+          #        the current version of super-linter doesn't recognize
+          #        ubuntu-22.04 as a valid runner specification. This should
+          #        be fixed once https://github.com/github/super-linter/pull/2897
+          #        is merged, which includes
+          #        https://github.com/rhysd/actionlint/commit/09a60b0f5761c2d066def294e541c25a89756eea
+          #VALIDATE_GITHUB_ACTIONS: true