mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 18:58:36 +00:00
The actionlint gh extension is outdated and the wrapping seems unnecessary when there is a github action that seems to be maintained, so let's update to use that Signed-off-by: stevenhorsman <steven@uk.ibm.com>
37 lines
836 B
YAML
37 lines
836 B
YAML
# Copyright (c) 2024 Red Hat
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Configuration file with rules for the actionlint tool.
|
|
#
|
|
self-hosted-runner:
|
|
# Labels of self-hosted runner that linter should ignore
|
|
labels:
|
|
- amd64-nvidia-a100
|
|
- amd64-nvidia-h100-snp
|
|
- arm64-k8s
|
|
- garm-ubuntu-2004
|
|
- garm-ubuntu-2004-smaller
|
|
- garm-ubuntu-2204
|
|
- garm-ubuntu-2304
|
|
- garm-ubuntu-2304-smaller
|
|
- garm-ubuntu-2204-smaller
|
|
- ppc64le
|
|
- ppc64le-k8s
|
|
- ppc64le-small
|
|
- ubuntu-24.04-ppc64le
|
|
- ubuntu-24.04-s390x
|
|
- metrics
|
|
- riscv-builder
|
|
- sev-snp
|
|
- s390x
|
|
- s390x-large
|
|
- tdx
|
|
- ubuntu-24.04-arm
|
|
|
|
paths:
|
|
.github/workflows/**/*.{yml,yaml}:
|
|
ignore:
|
|
# We use if: false to "temporarily" skip jobs with issues
|
|
- 'constant expression "false" in condition'
|