Skip to content

Bump actions/checkout from 4 to 5 in the github-actions group #13

Bump actions/checkout from 4 to 5 in the github-actions group

Bump actions/checkout from 4 to 5 in the github-actions group #13

Workflow file for this run

name: Spelling
on:
push:
branches:
- master
pull_request: null
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
typos_check:
name: Typos
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Check spelling
uses: crate-ci/typos@master