Skip to content

Commit

Permalink
Update node-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Aug 29, 2021
1 parent 2badc01 commit abc788a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
- name: install
run: yarn --immutable
- name: Danger
run: yarn danger ci
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
run: yarn danger ci
- name: run tsc
run: yarn tsc
- name: run eslint
Expand Down

0 comments on commit abc788a

Please sign in to comment.