We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f5272 commit c48cd5cCopy full SHA for c48cd5c
.github/workflows/yamllint.yml
@@ -9,14 +9,12 @@ on: # yamllint disable-line rule:truthy
9
- '**.yml'
10
11
jobs:
12
- lint:
+ yamllint:
13
+ name: yamllint
14
runs-on: ubuntu-latest
15
steps:
- - name: Checkout repository
16
+ - name: Checkout
17
uses: actions/checkout@v4
18
- - name: Install yamllint
19
- run: pip install yamllint
20
-
21
- - name: Lint YAML files
22
- run: yamllint .
+ - name: yamllint
+ uses: reviewdog/action-yamllint@v1
0 commit comments