Fix unit tests (#377)
* Fix unit tests * Remove excess lint and prettier checks from gh actions
This commit is contained in:
parent
70abcc48b8
commit
9d178c7e15
4 changed files with 6 additions and 15 deletions
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
|
@ -18,11 +18,6 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Yarn install
|
||||
run: yarn
|
||||
- name: Lint Reporter
|
||||
uses: wearerequired/lint-action@v2.2.0
|
||||
with:
|
||||
eslint: true
|
||||
prettier: true
|
||||
- name: Typescript & Lint check
|
||||
run: yarn lint
|
||||
testing:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue