Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Update Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Feb 11, 2021
1 parent 65a5598 commit 9abab30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: yarn install

- name: Lint
run: eslint src --ext .ts
run: yarn eslint src --ext .ts

- name: Test
run: jest
run: yarn jest

0 comments on commit 9abab30

Please sign in to comment.