Skip to content

ci: update region and project #1

ci: update region and project

ci: update region and project #1

Workflow file for this run

name: 'Danger JS'
on: [pull_request]
jobs:
build:
name: Danger JS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Danger
uses: danger/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}