Skip to content

Commit

Permalink
✨ Add Danger Analysis
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Boling <[email protected]>
  • Loading branch information
pboling committed Nov 9, 2021
1 parent c9a4917 commit 0b5f8d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 33,8 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run Rubocop
run: bundle exec rubocop -DESP
run: bundle exec rubocop -DESP
- name: Danger
uses: danger/danger
with:
secrets: ${{ secrets.DANGER_GITHUB_API_TOKEN }}

0 comments on commit 0b5f8d3

Please sign in to comment.