Skip to content

refactor(chatbot): modularize assistant engine and harden moderation … #100

refactor(chatbot): modularize assistant engine and harden moderation …

refactor(chatbot): modularize assistant engine and harden moderation … #100

Workflow file for this run

name: Spell check
permissions:
contents: read
on:
pull_request:
paths:
- 'SortVision/**'
- '_typos.toml'
- '.github/workflows/typos.yml'
push:
branches: [main, master, develop]
paths:
- 'SortVision/**'
- '_typos.toml'
- '.github/workflows/typos.yml'
merge_group:
types: [checks_requested]
concurrency:
group: typos-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
typos:
name: Typos
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Check spelling
uses: crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d # v1.45.0