Skip to content

Commit

Permalink
lint back and front
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq committed Jun 26, 2024
1 parent 37374a4 commit a0753b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Run ESLint and Prettier
- name: Lint front-end
run: yarn lint
working-directory: confiture-web-app/

- name: Lint back-end
run: yarn eslint "src/**/*.ts"
working-directory: confiture-rest-api/
1 change: 1 addition & 0 deletions confiture-rest-api/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/generated

0 comments on commit a0753b4

Please sign in to comment.