Skip to content

Commit 0b5f8d3

Browse files
committed
✨ Add Danger Analysis
Signed-off-by: Peter Boling <[email protected]>
1 parent c9a4917 commit 0b5f8d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/style.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ jobs:
3333
ruby-version: ${{ matrix.ruby }}
3434
bundler-cache: true
3535
- name: Run Rubocop
36-
run: bundle exec rubocop -DESP
36+
run: bundle exec rubocop -DESP
37+
- name: Danger
38+
uses: danger/danger
39+
with:
40+
secrets: ${{ secrets.DANGER_GITHUB_API_TOKEN }}

0 commit comments

Comments
 (0)