mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
* 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>
1.7 KiB
1.7 KiB
Description
Related Issue(s)
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 stylewithout 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