Skip to content

Commit b2c8404

Browse files
fix(ci): comment out ci danger
1 parent ae0697b commit b2c8404

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/actions/test/action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ runs:
6363
# - name: Codecov upload
6464
# uses: codecov/codecov-action@v2
6565

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 }}
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 }}

0 commit comments

Comments
 (0)