Skip to content

Commit

Permalink
ci: add danger workflow (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind authored Sep 21, 2022
1 parent b0fab10 commit 5962300
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/danger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Danger

on:
pull_request:
types: [opened, synchronize, reopened, edited, ready_for_review]

jobs:
danger:
uses: getsentry/github-workflows/.github/workflows/danger.yml@v2

0 comments on commit 5962300

Please sign in to comment.