We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24c62a commit 0222e42Copy full SHA for 0222e42
.github/workflows/danger.yml
@@ -12,6 +12,6 @@ jobs:
12
- name: Danger
13
uses: danger/[email protected]
14
with:
15
- args: '--dangerfile ./.github/workflows/js/dangerfile.ts'
+ args: '--dangerfile ./.github/workflows/js/dangerfile.ts --use-github-checks'
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments