Skip to content

Upgrade GitHub Actions for Node 24 compatibility #1332

Upgrade GitHub Actions for Node 24 compatibility

Upgrade GitHub Actions for Node 24 compatibility #1332

Workflow file for this run

name: Typo checker
on: [pull_request]
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v6
- name: Check spelling of the entire repository
uses: crate-ci/[email protected]