Skip to content

#2568 GitHub actions #2

#2568 GitHub actions

#2568 GitHub actions #2

Workflow file for this run

name: CI
on: [pull_request]
jobs:
CI:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Danger
uses: danger/danger-js@11
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}