Skip to content

Commit 07d5009

Browse files
Merge pull request #105 from Mathys-Gasnier/main
Fixing typo in CI
2 parents 27e8a4b + d6ee2c8 commit 07d5009

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)