https://github.com/actionshub/danger-rb
Repository for the actionshub-danger-rb Github Action
https://github.com/actionshub/danger-rb
action ci danger-rb github-action terraform-managed
Last synced: 3 months ago
JSON representation
Repository for the actionshub-danger-rb Github Action
- Host: GitHub
- URL: https://github.com/actionshub/danger-rb
- Owner: actionshub
- License: apache-2.0
- Created: 2020-01-05T23:13:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T15:51:04.000Z (over 1 year ago)
- Last Synced: 2024-10-29T14:22:38.719Z (7 months ago)
- Topics: action, ci, danger-rb, github-action, terraform-managed
- Language: Dockerfile
- Homepage: https://github.com/marketplace/actions/actionshub-danger-rb
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# danger
[](https://github.com/actionshub/danger-rb)
A Github Action to run Danger for Ruby
## Usage
```yaml
name: dangeron: [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 }}
```