Skip to content

Bump actions/cache from 5 to 6 (#5527) #5712

Bump actions/cache from 5 to 6 (#5527)

Bump actions/cache from 5 to 6 (#5527) #5712

Workflow file for this run

name: codespell
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-codespell
cancel-in-progress: true
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install codespell
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends python3-pip
pip3 install --user codespell
- name: Run codespell
run: codespell