Skip to content

Commit

Permalink
ci: add format check
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Oct 17, 2024
1 parent e8a6eda commit 8b9016e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v3

- name: Download latest nightly Juvix binary
uses: jaxxstorm/[email protected]
with:
repo: anoma/juvix-nightly-builds
cache: enable

- name: Clean
run: juvix clean --global && juvix dependencies update

- name: Typecheck
- name: Type Check
run: juvix typecheck
- name: Format Check
run: juvix format

0 comments on commit 8b9016e

Please sign in to comment.