mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-11 07:38:14 -05:00
* chore: optimize pull-requests workflow * fix: quote glob pattern * fix: append `$` to variables in workflow * chore: include `yaml` files in lintstaged format check * feat: detect to_format or to_lint changed files * feat: run test workflow steps conditionally * Update .github/workflows/pull-requests.yml Co-authored-by: Daehyun Paik <paik@a30a.dev> * Update .github/workflows/pull-requests.yml Co-authored-by: Daehyun Paik <paik@a30a.dev> * fix: build utils before contracts * fix: build identity pkg before running contracts tests * fix: need to quote `true` * fix: build group pkg before running contracts tests * fix: build `{group,identity,proof}` before running circuits tests * fix: build `proof` pkg before running contracts tests * fix: build utils before testing circuits * fix: build `utils` before `subgraph` pkg --------- Co-authored-by: Daehyun Paik <paik@a30a.dev>