Skip to content

Commit ad3f8b6

Browse files
authored
GitHub Actions linter job (#3093)
1 parent e3756b8 commit ad3f8b6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/gha-lint.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Continuous Integration
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
actionlint:
8+
runs-on: ubuntu-latest
9+
name: Lint workflows
10+
steps:
11+
- uses: actions/checkout@v5
12+
- name: Check workflow files
13+
uses: docker://rhysd/actionlint:latest
14+
with:
15+
args: -color

0 commit comments

Comments
 (0)