Skip to content

Commit c48cd5c

Browse files
committed
fixup! ci(yamllint): add a linter for our many yaml files
1 parent b8f5272 commit c48cd5c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/yamllint.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ on: # yamllint disable-line rule:truthy
99
- '**.yml'
1010

1111
jobs:
12-
lint:
12+
yamllint:
13+
name: yamllint
1314
runs-on: ubuntu-latest
1415
steps:
15-
- name: Checkout repository
16+
- name: Checkout
1617
uses: actions/checkout@v4
1718

18-
- name: Install yamllint
19-
run: pip install yamllint
20-
21-
- name: Lint YAML files
22-
run: yamllint .
19+
- name: yamllint
20+
uses: reviewdog/action-yamllint@v1

0 commit comments

Comments
 (0)