Skip to content

chore(deps): update actions/cache action to v6 (#24) #73

chore(deps): update actions/cache action to v6 (#24)

chore(deps): update actions/cache action to v6 (#24) #73

Workflow file for this run

# Codespell configuration is within .codespellrc
---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Install codespell
run: pip install codespell
- name: Run codespell
run: codespell