mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Fix for eslint action
This commit is contained in:
parent
1094dbce98
commit
8ef68cac76
1 changed files with 2 additions and 0 deletions
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
|
@ -29,6 +29,8 @@ jobs:
|
||||||
cache: npm
|
cache: npm
|
||||||
cache-dependency-path: package-lock.json
|
cache-dependency-path: package-lock.json
|
||||||
|
|
||||||
|
- run: npm install
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: npx eslint .
|
run: npx eslint .
|
||||||
--config .eslintrc.yml
|
--config .eslintrc.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue