We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783e18d commit cdc0cd3Copy full SHA for cdc0cd3
.github/workflows/spelling.yml
@@ -110,6 +110,9 @@ jobs:
110
- name: Check Spelling
111
run: yarn lint:spelling
112
env:
113
+ # Pretend this is a push event; we don't need any of the extra
114
+ # functionality that GitHub pull request integration provides.
115
+ GITHUB_EVENT_NAME: push
116
GITHUB_TOKEN: ${{ github.token }} # Needed to generate SARIF reports.
117
RD_LINT_SPELLING: 1
118
0 commit comments