Skip to content

Bump actions/checkout from 5 to 6 #122

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #122

Workflow file for this run

name: Check for typos
on:
[push, pull_request, workflow_dispatch]
jobs:
check-typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: git fetch origin ${{ github.base_ref }}
- name: Run spellcheck
uses: crate-ci/typos@v1.34.0