Skip to content

Update to actions/setup-python@v5 #632

Update to actions/setup-python@v5

Update to actions/setup-python@v5 #632

Workflow file for this run

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