Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 29, 2024
1 parent f0bea83 commit bdfa1f9
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@ jobs:
- name: Run Noir tests
run: nargo test

format:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4

- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: 0.32.0

- name: Run formatter
run: nargo fmt --check
# Disabled as the formatter panics
# format:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout sources
# uses: actions/checkout@v4

# - name: Install Nargo
# uses: noir-lang/[email protected]
# with:
# toolchain: 0.32.0

# - name: Run formatter
# run: nargo fmt --check

0 comments on commit bdfa1f9

Please sign in to comment.