mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
ci: 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
09a60b0f57
This commit is contained in:
parent
dfe7cfe4fb
commit
6c0259e502
8
.github/workflows/linter.yml
vendored
8
.github/workflows/linter.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user