mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
ci: add danger step to workflow
This commit is contained in:
parent
9426b956e6
commit
84e985bc94
1 changed files with 5 additions and 0 deletions
5
.github/workflows/data-validate.yml
vendored
5
.github/workflows/data-validate.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue