Skip to content

Commit

Permalink
Add yarn lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakpl committed May 9, 2024
1 parent b117b87 commit 1ae4f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
${{ runner.os }}-node-
- run: yarn install --frozen-lockfile
working-directory: frontend
- run: yarn lint
working-directory: frontend
- run: yarn test --watchAll=false
working-directory: frontend

Expand Down
Empty file added backend/__init__.py
Empty file.

0 comments on commit 1ae4f02

Please sign in to comment.