Files
zk-kit/.github/pull_request_template.md
Cedoor 02c1caee33 chore: remove solidity packages and conf (#286)
* chore: remove solidity packages and conf

re #282

* chore: update lockfile

* ci: fix syntax typo

* docs: rename workflow

* chore: fix turbo configuration

re #282

* chore: remove legacy packages

re #282

* Update turbo.json

Co-authored-by: sripwoud <me@sripwoud.xyz>

* Update turbo.json

Co-authored-by: sripwoud <me@sripwoud.xyz>

* Update turbo.json

Co-authored-by: sripwoud <me@sripwoud.xyz>

* Update turbo.json

Co-authored-by: sripwoud <me@sripwoud.xyz>

* Update turbo.json

Co-authored-by: sripwoud <me@sripwoud.xyz>

* ci: use paths instead of changed-files action

re #282

* chore: update turbo conf

re #282

---------

Co-authored-by: sripwoud <me@sripwoud.xyz>
2024-05-20 12:11:05 -05:00

1.7 KiB

Description

Other information

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have run yarn style without getting any errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes