Update main.yml

This commit is contained in:
DanielNoord
2021-01-26 23:33:42 +01:00
committed by GitHub
parent 93e50181fe
commit cb91c91321

View File

@@ -6,9 +6,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install modules
run: |
yarn
yarn add eslint --dev
yarn run eslint --init
- name: Run ESLint
run: eslint . --ext .js
run: yarn
- name: Lint
run: eslint .