Skip to content

Commit

Permalink
ci: add danger step to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-gohri committed May 3, 2020
1 parent 9426b95 commit 84e985b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/data-validate.yml
Expand Up @@ -29,3 +29,8 @@ jobs:
run: node ./scripts/data-validate.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Validate data.js using DangerJS
run: npx danger ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 84e985b

Please sign in to comment.