1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-08-16 21:50:33 +03:00

ci: remove unecessary step on lint

This commit is contained in:
louistiti 2021-12-28 21:06:48 +08:00
parent 7cf7f97912
commit 89e216fd49
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6

View File

@ -28,7 +28,7 @@ jobs:
run: pip install --upgrade pip && pip install pipenv
- name: Install
run: npm set-script prepare "" && npm install
run: npm install
- name: Run linter
run: npm run lint