Adding ESLint for front part
This commit is contained in:
parent
6da843748e
commit
ca3d113cad
4 changed files with 668 additions and 13 deletions
4
.github/workflows/continuous_integration.yml
vendored
4
.github/workflows/continuous_integration.yml
vendored
|
@ -32,6 +32,10 @@ jobs:
|
|||
API_URL: "http://localhost:8080"
|
||||
working-directory: "front"
|
||||
|
||||
- name: "Lint"
|
||||
run: yarn run lint
|
||||
working-directory: "front"
|
||||
|
||||
continuous-integration-back:
|
||||
name: "Continuous Integration Back"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue