Skip to content

Commit 233b8c5

Browse files
authored
[sc-50937] Add action-lint CI on pipeline (#66)
1 parent d89418c commit 233b8c5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/action-lint.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Action Lint
2+
on:
3+
pull_request:
4+
paths:
5+
- .github/**/*.ya?ml
6+
jobs:
7+
ci:
8+
uses: fieldguide/github-actions-common/.github/workflows/action-lint.yaml@main

0 commit comments

Comments
 (0)