Skip to content

Bump actions/checkout from 4 to 5 #24

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #24

Workflow file for this run

name: Check Typos
on:
push:
branches:
- master
pull_request: {}
workflow_dispatch: null
jobs:
typos:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v5
- name: Check spelling
uses: crate-ci/typos@master