foundry-rs / starknet-foundry

Blazing fast toolkit for developing Starknet contracts.
https://foundry-rs.github.io/starknet-foundry/
MIT License
317 stars 156 forks source link

Check internal packages formatting #2596

Closed franciszekjob closed 1 minute ago

franciszekjob commented 2 hours ago

Which components does the task require to be changed? (think hard pls)

other (describe below)

Description

We have many internal packages (needed mostly for testing purposes, located in crates/forge/tests/data) and their formatting isn't checked. We could add step in CI which runs scarb --fmt.

Benjtalkshow commented 2 hours ago

hello @franciszekjob Is this issue open for contribution? i would love to work on this issue. i use rust and i am confident i can fix this issue. I will carefully configure the CI pipeline and ensure the packages in crates/forge/tests/data are properly formatted. Thanks