Skip to content

Bug/missing req variable #9

Bug/missing req variable

Bug/missing req variable #9

Workflow file for this run

name: Check for typos
permissions:
contents: read
on:
pull_request:
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run typos
uses: crate-ci/[email protected]