This reverts commit cd707eb6c2
.
This commit is contained in:
parent
cd707eb6c2
commit
71dbf25e22
@ -17,10 +17,18 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: apt update; apt install -y eslint
|
||||
run: apt update; apt install -y nodejs eslint
|
||||
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: Install Node.js dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Run eslint
|
||||
run: eslint *.js
|
||||
|
Loading…
Reference in New Issue
Block a user