mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
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:
parent
83ec8ca24f
commit
20bd85b676
18
.github/workflows/danger-ci.yml
vendored
18
.github/workflows/danger-ci.yml
vendored
@ -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 }}
|
|
Loading…
x
Reference in New Issue
Block a user