Skip to content

Commit

Permalink
ci: add format check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Oct 17, 2024
1 parent 1f74cf7 commit d80712b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
cache: enable
- name: Clean & Update Dependencies
run: juvix clean --global && juvix clean && juvix dependencies update
- name: Typecheck
- name: Type Check
run: juvix typecheck
- name: Format Check
run: juvix format

0 comments on commit d80712b

Please sign in to comment.