Skip to content

feat(action): in the GitHub action, use simple setup-python pip cachi… #1353

feat(action): in the GitHub action, use simple setup-python pip cachi…

feat(action): in the GitHub action, use simple setup-python pip cachi… #1353

Workflow file for this run

---
name: codespell
on: push # yamllint disable-line rule:truthy
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master