Skip to content

Commit

Permalink
All should work (#7)
Browse files Browse the repository at this point in the history
* All should work

* hmm

* fix

* updating dist
  • Loading branch information
danitico authored Mar 16, 2020
1 parent 4fb7016 commit 28d396e
Show file tree
Hide file tree
Showing 4 changed files with 18,038 additions and 42 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
node-version: '12.x'

- name: danger-action-tnp
uses: TheNeonProject/[email protected].3
uses: TheNeonProject/[email protected].4
with:
JiraTag: 'hola'
jira-tag: 'TNP'
eslint: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_SECRET }}
2 changes: 1 addition & 1 deletion dangerfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { danger, fail, markdown, message } from 'danger'
import { istanbulCoverage } from 'danger-plugin-istanbul-coverage'
const istanbulCoverage = require('danger-plugin-istanbul-coverage').istanbulCoverage
import jiraIssue from 'danger-plugin-jira-issue'
import * as fs from 'fs'
import * as path from 'path'
Expand Down
Loading

0 comments on commit 28d396e

Please sign in to comment.