Skip to content

Commit

Permalink
chore(ci): correct steps names
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Apr 23, 2020
1 parent c1d798d commit 53f8987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: yarn install
run: yarn
- name: Unittesting
run: yarn lint
- name: Linting
run: yarn test
- name: Linting
run: yarn lint

0 comments on commit 53f8987

Please sign in to comment.