Skip to content

Commit 58e1058

Browse files
author
Mauro Lacy
committed
Add rustfmt component
1 parent 23841d1 commit 58e1058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/local-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ jobs:
1414
- uses: actions/[email protected]
1515
- name: Build contracts, check formats, and run unit tests
1616
run: |
17+
rustup component add rustfmt
1718
cargo fmt -- --check
1819
cargo test --lib

0 commit comments

Comments
 (0)