Move danger into its own workflow file.

This commit is contained in:
dblock 2022-03-25 09:54:00 -04:00
parent 43b476a342
commit 7a9c4a7d41
No known key found for this signature in database
GPG Key ID: 75BF031B7C94E183
3 changed files with 27 additions and 21 deletions

26
.github/workflows/danger.yml vendored Normal file
View File

@ -0,0 +1,26 @@
name: CI
on:
pull_request:
branches:
- master
jobs:
danger:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- uses: MeilCli/danger-action@v5.5.0
with:
danger_file: Dangerfile
danger_id: danger-pr
install_path: vendor/bundle
plugins_file: Gemfile
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -2,26 +2,6 @@ name: CI
on: [push, pull_request]
jobs:
danger:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- uses: MeilCli/danger-action@v5
with:
danger_file: Dangerfile
danger_id: danger-pr
install_path: vendor/bundle
plugins_file: Gemfile
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.github_token }}
integration-test:
runs-on: ubuntu-latest
steps:

View File

@ -2,7 +2,7 @@
[![Join the chat at https://gitter.im/hashie/hashie](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hashie/hashie?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Gem Version](http://img.shields.io/gem/v/hashie.svg)](http://badge.fury.io/rb/hashie)
[![Build Status](https://github.com/hashie/hashie/actions/workflows/main.yml/badge.svg)](https://github.com/hashie/hashie/actions/workflows/main.yml)
[![Build Status](https://github.com/hashie/hashie/actions/workflows/test.yml/badge.svg)](https://github.com/hashie/hashie/actions/workflows/test.yml)
[![eierlegende Wollmilchsau](./mascot.svg)](#mascot) Hashie is a growing collection of tools that extend Hashes and make them more useful.