Skip to content

Bump actions/checkout from 6 to 7 #346

Bump actions/checkout from 6 to 7

Bump actions/checkout from 6 to 7 #346

Workflow file for this run

on:
pull_request:
name: Spell checker
jobs:
typos:
name: Spell Check with typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v7
- name: Check spelling
uses: crate-ci/typos@master