Skip to content

chore(deps): bump actions/checkout from 6 to 7 in the actions group #65

chore(deps): bump actions/checkout from 6 to 7 in the actions group

chore(deps): bump actions/checkout from 6 to 7 in the actions group #65

Workflow file for this run

name: typos
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
permissions:
contents: read
jobs:
typos:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v7
- uses: crate-ci/typos@v1.47.2
continue-on-error: true # warn-only — surface findings without blocking CI