We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41fa48 commit 45d4618Copy full SHA for 45d4618
.github/workflows/lint.yaml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
- uses: chartboost/ruff-action@v1.0.0
25
- - uses: codespell-project/actions-codespell@v2.0
+ - uses: codespell-project/actions-codespell@v2.1
26
with:
27
check_hidden: false
28
- name: Run yamllint
0 commit comments