File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- name : CI
1+ name : What's up Danger?
22
33on :
44 pull_request :
99 danger :
1010 runs-on : ubuntu-latest
1111 if : github.event_name == 'pull_request' # if only run pull request when multiple trigger workflow
12+ strategy :
13+ fail-fast : false
14+ matrix :
15+ ruby :
16+ - 2.6
1217 steps :
1318 - uses : actions/checkout@v2
1419 - name : Setup Ruby & Bundle
1520 uses : ruby/setup-ruby@v1
1621 with :
17- ruby-version : ' 2.6 '
22+ ruby-version : ${{ matrix.ruby }}
1823 bundler-cache : true
1924 - uses : MeilCli/danger-action@v5
2025 with :
Original file line number Diff line number Diff line change 3434 bundler-cache : true
3535 - name : Run Rubocop
3636 run : bundle exec rubocop -DESP
37- - name : Danger
38- uses : danger/danger
39- with :
40- secrets : ${{ secrets.DANGER_GITHUB_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments