Skip to content

Run only Flake8 in darker-flake8.yml workflow #712

Run only Flake8 in darker-flake8.yml workflow

Run only Flake8 in darker-flake8.yml workflow #712

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