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