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 ae0697b commit b2c8404Copy full SHA for b2c8404
.github/actions/test/action.yml
@@ -63,9 +63,9 @@ runs:
63
# - name: Codecov upload
64
# uses: codecov/codecov-action@v2
65
66
- - name: Lint PR
67
- if: github.event_name == 'pull_request'
68
- shell: bash
69
- run: pnpm danger ci --use-github-checks --failOnErrors -d .dangerfile.ts
70
- env:
71
- DANGER_GITHUB_API_TOKEN: ${{ inputs.github_token }}
+ # - name: Lint PR
+ # if: github.event_name == 'pull_request'
+ # shell: bash
+ # run: pnpm danger ci --use-github-checks --failOnErrors -d .dangerfile.ts
+ # env:
+ # DANGER_GITHUB_API_TOKEN: ${{ inputs.github_token }}
0 commit comments