Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: update github action
  • Loading branch information
YunFeng0817 committed Jul 7, 2022
commit cd05fac67aaa65284ff090cb810e4020eb0a85bc
2 changes: 2 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
cache: 'yarn'
- name: Install Dependencies
run: yarn
- name: Build Packages
run: yarn build:all
- name: Test Code Linting
run: yarn lerna run lint
- name: Save Code Linting Report JSON
Expand Down