We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27e8a4b + d6ee2c8 commit 07d5009Copy full SHA for 07d5009
.github/workflows/check-snippets.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
permissions:
13
- content: read
+ contents: read
14
pull-requests: write
15
16
steps:
@@ -27,5 +27,5 @@ jobs:
27
with:
28
run: node utils/checkSnippetFormatting.js # Run the script located in the utils/ folder
29
post-on-failure: |
30
- ## :x: Snipper Format Error
+ ## :x: Snippet Format Error
31
${run.output}
0 commit comments