-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update lint.yml * moved eslint dir * caching * Update lint.yml * installed typescript ? * Update lint.yml * Update lint.yml
- Loading branch information
Showing
5 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,10 +31,11 @@ jobs: | |
uses: actions/setup-node@v1 | ||
with: | ||
node-version: 12 | ||
cache: "npm" | ||
cache-dependency-path: frontend/package-lock.json | ||
|
||
- name: Install dependencies | ||
run: npm ci | ||
eslint_dir: /frontend/src/ | ||
run: npm install && npm i eslint && npm i typescript | ||
|
||
- name: Run linters | ||
uses: wearerequired/[email protected] | ||
|
@@ -43,6 +44,7 @@ jobs: | |
flake8: true | ||
black_dir: backend/app/ | ||
flake8_args: "backend/app/ --max-line-length=100" | ||
eslint_dir: frontend/src/ | ||
eslint: true | ||
prettier: true | ||
stylelint: true |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters