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.
2 parents faf27d0 + 783a151 commit e780ef0Copy full SHA for e780ef0
.github/workflows/golangci-lint.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v5
24
- name: golangci-lint
25
- uses: golangci/golangci-lint-action@v8.0.0
+ uses: golangci/golangci-lint-action@v9.0.0
26
with:
27
verify: true
28
.github/workflows/spellcheck.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Checkout
9
uses: actions/checkout@v5
10
- name: Check Spelling
11
- uses: rojopolis/spellcheck-github-actions@0.53.0
+ uses: rojopolis/spellcheck-github-actions@0.54.0
12
13
config_path: .github/spellcheck-settings.yml
14
task_name: Markdown
0 commit comments