Skip to content

Commit

Permalink
update github actions: use latest, proper ignore words
Browse files Browse the repository at this point in the history
  • Loading branch information
kasserater committed Jul 11, 2024
1 parent 2b53c89 commit d22e62d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codespell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
name: codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: codespell
uses: codespell-project/actions-codespell@v1
with:
check_filenames: true
check_hidden: true
skip: "./go.sum"
ignore-words-list: NotIn
ignore-words: NotIn
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v6
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
Expand Down

0 comments on commit d22e62d

Please sign in to comment.