Skip to content

Build(deps): Bump actions/checkout from 5 to 6 in the actions-infrastructure group #1034

Build(deps): Bump actions/checkout from 5 to 6 in the actions-infrastructure group

Build(deps): Bump actions/checkout from 5 to 6 in the actions-infrastructure group #1034

Workflow file for this run

---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: codespell-project/actions-codespell@master