Skip to content

Bump codecov/codecov-action from 4 to 5 (#213) #25

Bump codecov/codecov-action from 4 to 5 (#213)

Bump codecov/codecov-action from 4 to 5 (#213) #25

Workflow file for this run

name: codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# Check for common misspellings
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master