fix: rename lint action to include both prettier and aslant (#3615)
This commit is contained in:
parent
314dbb560d
commit
4e219fd595
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@ -130,7 +130,7 @@ jobs:
|
|||||||
npm i -g yarn
|
npm i -g yarn
|
||||||
yarn install
|
yarn install
|
||||||
|
|
||||||
- name: Lint with Prettier
|
- name: Lint with ES-Lint & Prettier
|
||||||
run: |
|
run: |
|
||||||
cd ./main/tests/cypress
|
cd ./main/tests/cypress
|
||||||
yarn lint
|
yarn lint
|
||||||
|
Loading…
Reference in New Issue
Block a user