Skip to content

Add QuickLint, a CLI tool to detect focused specs, and optionally remove the focus. #314

Add QuickLint, a CLI tool to detect focused specs, and optionally remove the focus.

Add QuickLint, a CLI tool to detect focused specs, and optionally remove the focus. #314

Workflow file for this run

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