Updated ESLint action
This commit is contained in:
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@@ -6,7 +6,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: npx eslint src
|
run: |
|
||||||
|
npm install
|
||||||
|
npx eslint src
|
||||||
Check_main_file:
|
Check_main_file:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user