Skip to content

Commit 97e9812

Browse files
fix: update runner labels and configuration for actionlint
1 parent fc18f1f commit 97e9812

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

.actionlintrc.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
runner-labels:
1+
runner-label:
22
- runner-4
3+
- runner-1
4+
- DPDK
35
- self-hosted
46
- x64
57
- linux

.github/configs/actionlint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
self-hosted-runner:
2+
# Labels of self-hosted runner in array of strings.
3+
labels:
4+
- DPDK
5+
- runner-1
6+
- runner-4

.github/linters/actionlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
self-hosted-runner:
2+
# Labels of self-hosted runner in array of strings.
23
labels:
34
- DPDK
45
- runner-1

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
BASH_SEVERITY: "warning"
4040
LINTER_RULES_PATH: ".github/configs"
41+
GITHUB_ACTIONS_CONFIG_FILE: "actionlint.yml"
4142
GITHUB_COMMENT_ON_PR: false
4243
GITHUB_STATUS_UPDATES: false
4344
VALIDATE_BASH_EXEC: true

0 commit comments

Comments
 (0)