Skip to content

Report coverage to Coveralls on pull requests using GITHUB_TOKEN #229

Report coverage to Coveralls on pull requests using GITHUB_TOKEN

Report coverage to Coveralls on pull requests using GITHUB_TOKEN #229

Workflow file for this run

name: Danger
on:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
danger:
uses: numbata/danger-pr-comment/.github/workflows/danger-run.yml@v0.1.0
secrets: inherit
with:
ruby-version: "3.4"
danger-args: "dry_run --base=origin/master"