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 e8e3314 commit 960a3a1
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@ jobs:
- name: Run Noir tests
run: nargo test

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

# - name: Install Nargo
# uses: noir-lang/noirup@v0.1.3
# with:
# toolchain: $NARGO_VERSION

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

- name: Install Nargo
uses: noir-lang/noirup@v0.1.3
with:
toolchain: $NARGO_VERSION

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

0 comments on commit 960a3a1

Please sign in to comment.