Skip to content

CC - Add skill to generate the PR description (6288) #2175

CC - Add skill to generate the PR description (6288)

CC - Add skill to generate the PR description (6288) #2175

Workflow file for this run

name: Spell Check
on:
# Run on all pull requests
pull_request:
jobs:
typos:
runs-on: ubuntu-latest
name: Check for typos
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check spelling
id: spelling
uses: crate-ci/typos@7bc041cbb7ca9167c9e0e4ccbb26f48eb0f9d4e0 # v1.30.2
with:
# Path to config file
config: .github/workflows-config/typos.toml