Skip to content

Commit

Permalink
chore: disable formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 29, 2024
1 parent 19bfee1 commit 9f92c1e
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 @@ -25,16 +25,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: $NARGO_VERSION

- 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: $NARGO_VERSION

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

0 comments on commit 9f92c1e

Please sign in to comment.