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 53238a3 commit 32048acCopy full SHA for 32048ac
.github/workflows/actions-lint.yaml
@@ -7,6 +7,6 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: checkout-action
10
- uses: actions/checkout@v4.2.1
+ uses: actions/checkout@v4.2.2
11
- name: actionlint
12
uses: raven-actions/actionlint@v2.0.0
.github/workflows/ci.yml
@@ -10,14 +10,14 @@ jobs:
fail-fast: false
13
14
15
- name: yamllint
16
uses: ibiqlik/action-yamllint@v3
17
# uses: reviewdog/action-yamllint@v1 # failed to detect errors...
18
19
- name: vale-action
20
- uses: errata-ai/vale-action@v2.1.0
+ uses: errata-ai/vale-action@v2.1.1
21
22
- name: typos-action
23
# uses: crate-ci/typos@v1.21.0
0 commit comments