mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-08 22:28:08 -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>
5 lines
110 B
JSON
5 lines
110 B
JSON
{
|
|
"**/*.{js,ts,jsx,tsx,md,json,sol,yaml,yml}": "prettier --write",
|
|
"**/*.{js,ts,jsx,tsx}": "eslint"
|
|
}
|