Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Bump actions/checkout from 2 to 4 #140

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #140

Workflow file for this run

name: Spell Check
on:
pull_request:
merge_group:
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling of file.txt
uses: crate-ci/typos@v1.18.1
with:
config: .github/typos.toml