Skip to content

actionshub-danger-rb

Actions
Playground, do not use
v2.1.2
Latest
Star (0)

danger

CI State

A Github Action to run Danger for Ruby

Usage

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.

About

Playground, do not use
v2.1.2
Latest

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.