Skip to content

Commit

Permalink
chore(workflows): update lint-source steps' name
Browse files Browse the repository at this point in the history
  • Loading branch information
phatpham9 committed Mar 27, 2020
1 parent c2bf1cc commit dfb1492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/lint-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: yarn
- name: Check source format
- name: Check code style
run: yarn format:check
- name: Analyze source
- name: Check code quality
run: yarn lint

0 comments on commit dfb1492

Please sign in to comment.