Skip to content

Commit

Permalink
match PR
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek authored Dec 11, 2024
1 parent be68bfa commit d6470c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/spelling-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

schedule:
# Run every day at 12:06 UTC
- cron: '6 12 * * *'
- cron: "6 12 * * *"
workflow_dispatch:

jobs:
Expand All @@ -21,10 +21,10 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 1

- name: Run spelling check
run: |
./eng/common/spelling/Invoke-Cspell.ps1 `
-ScanGlobs 'specification/contosowidgetmanager/**' `
-CSpellConfigPath './cspell.json'
shell: pwsh
./eng/common/spelling/Invoke-Cspell.ps1 `
-ScanGlobs 'specification/**' `
-CSpellConfigPath './cspell.json'
shell: pwsh

0 comments on commit d6470c1

Please sign in to comment.