Skip to content

Add sdk options in tspconfig.yaml. (#32222) #52

Add sdk options in tspconfig.yaml. (#32222)

Add sdk options in tspconfig.yaml. (#32222) #52

Workflow file for this run

name: SpellCheck - All
on:
push:
branches:
- main
- RPSaaSMaster
schedule:
# Run every day at 12:06 UTC
- cron: "6 12 * * *"
workflow_dispatch:
jobs:
spellcheck:
name: SpellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run spelling check
run: |
./eng/common/spelling/Invoke-Cspell.ps1 `
-ScanGlobs '**' `
-CSpellConfigPath './cspell.json' `
-SpellCheckRoot (Resolve-Path specification)
shell: pwsh