Skip to content

Fix: report on lines that start with a - and cannot be parsed. #2

Fix: report on lines that start with a - and cannot be parsed.

Fix: report on lines that start with a - and cannot be parsed. #2

Workflow file for this run

name: Danger
on:
pull_request:
types: [ opened, reopened, edited, synchronize ]
jobs:
danger:
name: Danger
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run Danger
run: |
# the personal token is public, this is ok, base64 encode to avoid tripping Github
TOKEN=$(echo -n Z2hwX0xNQ3VmanBFeTBvYkZVTWh6NVNqVFFBOEUxU25abzBqRUVuaAo= | base64 --decode)
DANGER_GITHUB_API_TOKEN=$TOKEN bundle exec danger --verbose