mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +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-dependency-path: package-lock.json
|
||||
|
||||
- run: npm install
|
||||
|
||||
- name: Run ESLint
|
||||
run: npx eslint .
|
||||
--config .eslintrc.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue