Skip to content

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

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

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

Workflow file for this run

---
name: Validation
on:
push:
branches: [master]
pull_request:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# Check for common misspellings
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: codespell-project/actions-codespell@master