fix: rename lint action to include both prettier and aslant (#3615)

This commit is contained in:
Kush Trivedi 2021-02-12 00:22:48 +05:30 committed by GitHub
parent 314dbb560d
commit 4e219fd595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ jobs:
npm i -g yarn
yarn install
- name: Lint with Prettier
- name: Lint with ES-Lint & Prettier
run: |
cd ./main/tests/cypress
yarn lint