mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-21 19:22:17 +00:00
19 lines
367 B
YAML
19 lines
367 B
YAML
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: e56bd535a531ee42e83bf9d48d95ba27a309be6c
|