Add spell checking job in the CI

This commit is contained in:
Antoni Boucher 2025-05-21 14:33:56 -04:00
parent 3d962df0ae
commit 90a007c734
2 changed files with 15 additions and 0 deletions

View file

@ -115,6 +115,12 @@ jobs:
- uses: actions/checkout@v4
- run: python tools/check_intrinsics_duplicates.py
spell_check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.32.0
build_system:
runs-on: ubuntu-24.04
steps: