Skip to content

Commit 15e0ab6

Browse files
authored
chore: remove formatter from nightly canary (#5)
# 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.
1 parent d2378f9 commit 15e0ab6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/nightly-canary.yml

-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
- name: Run Noir tests
2828
run: nargo test
2929

30-
- name: Run formatter
31-
run: nargo fmt --check
32-
3330
- name: Alert on dead links
3431
uses: JasonEtco/create-an-issue@v2
3532
if: ${{ failure() }}

0 commit comments

Comments
 (0)