Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MeilCli authored Oct 27, 2019
1 parent 0130521 commit b400f89
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,21 @@ jobs:
CI: true
danger:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v1
if: github.event_name == 'pull_request'
- uses: actions/setup-node@v1
if: github.event_name == 'pull_request'
with:
node-version: 12.x
- uses: actions/setup-ruby@v1
if: github.event_name == 'pull_request'
with:
ruby-version: '2.6'
- name: npm install
if: github.event_name == 'pull_request'
run: |
npm install
env:
CI: true
- uses: MeilCli/danger-action@master
if: github.event_name == 'pull_request'
with:
plugins_file: 'Gemfile'
danger_file: 'Dangerfile'
Expand Down

0 comments on commit b400f89

Please sign in to comment.