Skip to content

Check Spelling - All #10

Check Spelling - All

Check Spelling - All #10

Workflow file for this run

name: Check Spelling - All
on:
push:
branches:
- main
- RPSaaSMaster
- typespec-next
schedule:
# Run every day at 12:06 UTC
- cron: '6 12 * * *'
workflow_dispatch:
jobs:
check-spelling:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Run spelling check
run: pwsh -c "./eng/common/spelling/Invoke-Cspell.ps1 -ScanGlobs 'specification/**' -CSpellConfigPath './cspell.json'"