actionshub-danger-rb
ActionsA Github Action to run Danger for Ruby
name: danger
on: [push, pull_request]
jobs:
danger:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run Danger
uses: actionshub/danger-rb@master
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
actionshub-danger-rb is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.