Skip to content

build(deps): bump github.com/golangci/golangci-lint from 1.60.3 to 1.61.0 in /tools/golangci-lint #726

build(deps): bump github.com/golangci/golangci-lint from 1.60.3 to 1.61.0 in /tools/golangci-lint

build(deps): bump github.com/golangci/golangci-lint from 1.60.3 to 1.61.0 in /tools/golangci-lint #726

Workflow file for this run

name: Spellcheck
on: [pull_request]
permissions: read-all
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
show-progress: false
- name: Spellcheck
uses: rojopolis/[email protected]
with:
config_path: .github/spellcheck/config.yml
markdown:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
show-progress: false
- name: Markdownlint
uses: nosborn/[email protected]
with:
files: .
config_file: ".markdownlint.json"