Delete danger-ci.yml

Unfortunately Danger Actions currently can't work with PR's:
https://github.com/PrismJS/prism/issues/2627
This commit is contained in:
Michael Teeuw 2020-12-21 11:20:34 +01:00 committed by GitHub
parent 83ec8ca24f
commit 20bd85b676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +0,0 @@
name: Danger CI
on:
pull_request:
branches: [master, develop]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Danger JS Action
uses: danger/danger-js@9.1.8
env:
DANGER_DISABLE_TRANSPILATION: true
GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}