This commit is contained in:
parent
a4939737fe
commit
c5fc5b600e
@ -4,8 +4,12 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout code
|
||||||
- name: Install modules
|
uses: actions/checkout@v3
|
||||||
run: yarn
|
|
||||||
- name: Run ESLint
|
- name: Install ESLint
|
||||||
run: eslint
|
run: |
|
||||||
|
npm install eslint
|
||||||
|
|
||||||
|
- name: Run ESLint
|
||||||
|
run: npx eslint .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user