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 fe80d80 commit ac0e383Copy full SHA for ac0e383
.github/workflows/ci.yml
@@ -11,6 +11,10 @@ permissions:
11
contents: read
12
# Optional: allow read access to pull requests. Use with `only-new-issues` option.
13
pull-requests: read
14
+ # Required: allow writing check results and annotations
15
+ checks: write
16
+ # Required: allow updating commit statuses
17
+ statuses: write
18
19
concurrency:
20
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
@@ -116,7 +120,7 @@ jobs:
116
120
117
121
- name: Dogfooding
118
122
if: runner.os == 'Linux'
119
- run: pnpm run lint
123
+ run: pnpm run lint --format github
124
125
- name: TypeCheck
126
0 commit comments