Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
github actions smoll brain bright
Browse files Browse the repository at this point in the history
  • Loading branch information
ALBERICLOOS committed Mar 2, 2024
1 parent e282f16 commit e40092c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Install dependencies
run: cd frontend && npm install
- name: Lint code
run: cd frontend && npx eslint
run: cd frontend && npx eslint .
- name: Run TypeScript checks
run: cd frontend && npx tsc --noEmit

0 comments on commit e40092c

Please sign in to comment.