Skip to content

Commit d4a7d5f

Browse files
committed
Merge branch 'main' into feature/spellcheck
2 parents 1939468 + 07d5009 commit d4a7d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-snippets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
permissions:
13-
content: read
13+
contents: read
1414
pull-requests: write
1515

1616
steps:
@@ -27,5 +27,5 @@ jobs:
2727
with:
2828
run: node utils/checkSnippetFormatting.js # Run the script located in the utils/ folder
2929
post-on-failure: |
30-
## :x: Snipper Format Error
30+
## :x: Snippet Format Error
3131
${run.output}

0 commit comments

Comments
 (0)