Skip to content

Commit

Permalink
add lint to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed Mar 1, 2021
1 parent 6c9063b commit 04313fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
run: yarn install --frozen-lockfile --silent
env:
CI: true
- name: manypkg lint
run: yarn manypkg check
env:
CI: true
- name: yarn lint
run: yarn lint
env:
Expand Down

0 comments on commit 04313fc

Please sign in to comment.