Skip to content

Commit 8205d2d

Browse files
authored
[actionlint] Ignore compiled agentic workflows (#47822)
* [actionlint] Rename job 'test' to 'actionlint' * Update actionlint.yaml to ignore specific paths Add ignore paths for workflow lock files in actionlint configuration.
1 parent 2b810d5 commit 8205d2d

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/actionlint.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
paths:
2+
.github/workflows/*.lock.yml:
3+
ignore:
4+
- ".+"
5+
6+
# Also generated by gh-aw
7+
# cspell:ignore agentics
8+
.github/workflows/agentics-maintenance.yml:
9+
ignore:
10+
- ".+"
11+
112
self-hosted-runner:
213
labels:
314
- 1ES.Pool=azsdk-pool-github-runners

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
contents: read
1616

1717
jobs:
18-
test:
18+
actionlint:
1919
runs-on: ubuntu-latest
2020

2121
steps:

0 commit comments

Comments
 (0)