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?
2
2
3
3
on :
4
4
pull_request :
9
9
danger :
10
10
runs-on : ubuntu-latest
11
11
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
12
17
steps :
13
18
- uses : actions/checkout@v2
14
19
- name : Setup Ruby & Bundle
15
20
uses : ruby/setup-ruby@v1
16
21
with :
17
- ruby-version : ' 2.6 '
22
+ ruby-version : ${{ matrix.ruby }}
18
23
bundler-cache : true
19
24
- uses : MeilCli/danger-action@v5
20
25
with :
Original file line number Diff line number Diff line change 34
34
bundler-cache : true
35
35
- name : Run Rubocop
36
36
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