Skip to content

Commit

Permalink
Add Danger workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jageishi committed Nov 24, 2022
1 parent fd0821e commit 9928d90
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/Danger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Danger

on:
pull_request:

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true
- run: bundle exec danger
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9928d90

Please sign in to comment.