Skip to content

refactor: UI tweaks, better browser detection and new neutrals #231

refactor: UI tweaks, better browser detection and new neutrals

refactor: UI tweaks, better browser detection and new neutrals #231

Workflow file for this run

name: Danger
on:
pull_request:
jobs:
danger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- name: Run Danger
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bundle exec danger