Skip to content

Enable fork PRs CI to run codecov #90

Enable fork PRs CI to run codecov

Enable fork PRs CI to run codecov #90

Workflow file for this run

name: Danger
on:
pull_request:
branches:
- master
jobs:
Danger:
name: Danger Swift
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Danger
uses: 417-72KI/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}