Update main.yml
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user