Skip to content

chore: Fix compilation of benchmarks if gpu_unstable is not enabled #1789

chore: Fix compilation of benchmarks if gpu_unstable is not enabled

chore: Fix compilation of benchmarks if gpu_unstable is not enabled #1789

Workflow file for this run

name: Typo check
permissions:
contents: read
on: [pull_request]
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v5
- name: Spell Check Repo
uses: crate-ci/typos@v1.39.2