Skip to content

"add first openai scenario" #126

"add first openai scenario"

"add first openai scenario" #126

Workflow file for this run

name: Maintenance - Check Markdown Quality
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
MustPass:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: streetsidesoftware/[email protected]
name: Spell Check
with:
config: './.vscode/cspell.json'
inline: warning
root: '.'
files: "**/*.{ts,js,md}" #You need to respecify this setting - even though it's in the cspell.json config :(
incremental_files_only: false
strict: true #setting to false allows the build to continue even if spelling mistakes are detected