Skip to content

Commit

Permalink
only lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryD committed May 28, 2024
1 parent d409c6f commit 07a5c75
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
#
pre-push:
commands:
test:
lint:
tags: frontend
run: pnpm ember test --filter "!Acceptance"
run: pnpm lint
glint:
tags: frontend
run: pnpm glint
# pre-commit:
# parallel: true
# commands:
Expand Down

0 comments on commit 07a5c75

Please sign in to comment.