Disable Transpile.

This commit is contained in:
Michael Teeuw 2020-12-21 10:27:06 +01:00 committed by GitHub
parent 86220fa721
commit 616431e04b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,4 +27,5 @@ jobs:
- name: Danger JS Action - name: Danger JS Action
uses: danger/danger-js@9.1.8 uses: danger/danger-js@9.1.8
env: env:
DANGER_DISABLE_TRANSPILATION: true
GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }} GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}