Skip to content

Commit

Permalink
remove check format for now
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Nov 6, 2024
1 parent 788bc5a commit 6a4f300
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
run: npm run lint --prefix=app/server
- name: Lint front end
run: npm run lint --prefix=app/static
- name: Check formatting frontend
run: npm run format:check --prefix=app/static
- name: Check versions
run: npm run genversion --prefix=app/server -- --check-only
- name: Upload coverage
Expand Down

0 comments on commit 6a4f300

Please sign in to comment.