Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 46e9c86

Browse files
tdelabroBernardstanislas
authored andcommitted
💚 fix formating CI after contracts being moved to exercises
1 parent 86fb531 commit 46e9c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/formatting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
| # Install latest version from https://pypi.org/simple/cairo-lang/ (as done in nile)
1616
pip install https://files.pythonhosted.org/packages/c0/f6/c850604895a2ce5ff3ef77cdb470b6b0ef50889645748a748e18a1c2269e/cairo-lang-0.8.1.post1.zip#sha256=b3c1a23078ba4e0c8ec45d2cd2ba4873ad70b6723dfba70f70c978c9723ff6eb
1717
- name: Check files formatting
18-
run: cairo-format -c contracts/**/*.cairo
18+
run: cairo-format -c exercises/**/*.cairo
1919
python:
2020
runs-on: ubuntu-latest
2121
steps:

0 commit comments

Comments
 (0)