Skip to content

gh-actions: bump codecov/codecov-action from 5.5.1 to 5.5.2 #757

gh-actions: bump codecov/codecov-action from 5.5.1 to 5.5.2

gh-actions: bump codecov/codecov-action from 5.5.1 to 5.5.2 #757

Workflow file for this run

---
name: "Check: Codespell"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
codespell:
name: "Check for spelling errors"
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # ratchet:codespell-project/actions-codespell@v2
with:
skip: .git,*.png,*.woff,*.woff2,*.eot,*.ttf,*.jpg,*.ico,*.svg,*.gpg,.*asc,.goreleaser.yaml,go.sum
check_filenames: true
check_hidden: true