Skip to content

build(deps): bump actions/checkout from 5 to 6 #1174

build(deps): bump actions/checkout from 5 to 6

build(deps): bump actions/checkout from 5 to 6 #1174

Workflow file for this run

name: QA
on: [pull_request, push, merge_group]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
spellcheck:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
# Executes "typos ."
- uses: crate-ci/typos@v1.39.0