Skip to content

Commit

Permalink
chore: remove formatter from nightly canary (#5)
Browse files Browse the repository at this point in the history
# Description

## Problem\*

Resolves #3 

## Summary\*

This PR removes the formatter from the nightly canary to ensure that we
get meaningful failures.

## Additional Context



# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
TomAFrench authored Nov 14, 2024
1 parent d2378f9 commit 15e0ab6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nightly-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- name: Run Noir tests
run: nargo test

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

- name: Alert on dead links
uses: JasonEtco/create-an-issue@v2
if: ${{ failure() }}
Expand Down

0 comments on commit 15e0ab6

Please sign in to comment.