Skip to content

Bump codespell-project/actions-codespell from 2.0 to 2.1 (#507) #147

Bump codespell-project/actions-codespell from 2.0 to 2.1 (#507)

Bump codespell-project/actions-codespell from 2.0 to 2.1 (#507) #147

Workflow file for this run

name: codespell
on:
push:
branches:
- master
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: codespell-project/actions-codespell@v2.1
with:
skip: ./.git,./go.sum