Skip to content

Add cargo fmt check workflow#589

Merged
dmah42 merged 2 commits intoaurae-runtime:mainfrom
taniwha3:fmt-check-workflow
Nov 25, 2025
Merged

Add cargo fmt check workflow#589
dmah42 merged 2 commits intoaurae-runtime:mainfrom
taniwha3:fmt-check-workflow

Conversation

@taniwha3
Copy link
Copy Markdown
Contributor

No description provided.

@taniwha3 taniwha3 force-pushed the fmt-check-workflow branch 2 times, most recently from b7dc12d to c281682 Compare November 22, 2025 16:14
steps:
- uses: actions/checkout@v3
- name: Check formatting
run: cargo fmt --all -- --check
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this right? why do we need the -- before the --check? --check should be a cargo-fmt argument.

@dmah42 dmah42 merged commit 7cc9482 into aurae-runtime:main Nov 25, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants