ArkProjectNFTs / ark-project

ArkProject is a liquidity layer for digital assets, uniting markets, empowering creators, and bridging the gap to mass adoption. Built on top of Starknet, ArkProject is designed to provide a fully decentralized and trustless orderbook on-chain.
https://arkproject.dev
Apache License 2.0
27 stars 23 forks source link

Add cairo fmt to github CI #191

Closed remiroyc closed 2 months ago

remiroyc commented 11 months ago

Add a github actions to format automatically the cairo codebase

dbejarano820 commented 10 months ago

I can handle this

dbejarano820 commented 10 months ago

There's already an action that checks for cairo code formatting https://github.com/ArkProjectNFTs/ark-project/blob/main/.github/workflows/scarb.yml

Do you mean a pre-commit hook that formats it automatically?

muheebyusufbaba1 commented 6 months ago

I would like to work on this