Skip to content

test: Skip code coverage generation #416

test: Skip code coverage generation

test: Skip code coverage generation #416

Workflow file for this run

name: "Danger"
on:
pull_request:
types: [opened, synchronize, reopened, edited, ready_for_review]
jobs:
build:
name: Changelogs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npx [email protected] ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}