Skip to content

feat: support --severity-threshold for calculating exit code #13449

feat: support --severity-threshold for calculating exit code

feat: support --severity-threshold for calculating exit code #13449

Workflow file for this run

name: 'Danger Zone'
on:
pull_request:
types: [opened, synchronize, reopened, edited]
branches: [master, main, release-candidate]
jobs:
build:
name: Danger JS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: '18.19.1'
cache: 'npm'
- run: npm ci
- run: npx danger ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}