Skip to content

Align repository with llm-d repo template #1276

Align repository with llm-d repo template

Align repository with llm-d repo template #1276

Workflow file for this run

name: Check Typos
on:
pull_request:
push:
jobs:
typos:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Check typos
uses: crate-ci/typos@v1.43.5