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.
1 parent 9d2842d commit 93e3772Copy full SHA for 93e3772
.github/workflows/validate.yml
@@ -25,6 +25,7 @@ jobs:
25
permissions:
26
contents: read
27
pull-requests: read
28
+ checks: write # to allow the action to annotate code in the PR.
29
runs-on: ubuntu-22.04
30
steps:
31
- uses: actions/checkout@v4
0 commit comments