Skip to content

Switch to LLVM with assertions enabled. #1315

Switch to LLVM with assertions enabled.

Switch to LLVM with assertions enabled. #1315

Workflow file for this run

name: Spell check
on: [pull_request, push]
jobs:
run:
name: Spell Check using typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
with:
submodules: true
show-progress: false
- name: Check spelling of file.txt
uses: crate-ci/typos@v1.0.4