File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : CI
3
3
on :
4
- push :
4
+ pull_request :
5
5
jobs :
6
6
ci-lint :
7
7
runs-on : ubuntu-latest
@@ -12,20 +12,24 @@ jobs:
12
12
- name : checkout-action
13
13
uses : actions/checkout@v4.1.7
14
14
15
- - name : yamllint-action
15
+ - name : yamllint
16
16
uses : ibiqlik/action-yamllint@v3
17
+ # uses: reviewdog/action-yamllint@v1 # failed to detect errors...
17
18
18
19
- name : vale-action
19
20
uses : errata-ai/vale-action@v2.1.0
20
21
21
22
- name : typos-action
22
- uses : crate-ci/typos@v1.21.0
23
+ # uses: crate-ci/typos@v1.21.0
24
+ uses : Shemnei/reviewdog-action-typos@v0
23
25
24
26
- name : Codespell with annotations
25
- uses : codespell-project/actions-codespell@v2.0
27
+ # uses: codespell-project/actions-codespell@v2.0
28
+ uses : plettich/action-codespell@master
26
29
27
30
- name : markdownlint-cli2-action
28
- uses : DavidAnson/markdownlint-cli2-action@v16.0.0
31
+ # uses: DavidAnson/markdownlint-cli2-action@v16.0.0
32
+ uses : reviewdog/action-markdownlint@v0
29
33
30
34
- name : editorconfig-checker-action
31
35
uses : editorconfig-checker/action-editorconfig-checker@v2
You can’t perform that action at this time.
0 commit comments