File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 6666 - name : Run Tests with Coverage
6767 run : nix develop --command pnpm run coverage
6868 - name : Create Coverage Badge
69- uses : jaywcjlove/coverage-badges-cli@bd6ccbf422c0ed54c01f283019fd2bc648f58541 # v2.2.0
69+ uses : jaywcjlove/coverage-badges-cli@4e8975aa2628e3329126e7eee36724d07ed86fda # v2.2.0
7070 with :
7171 source : coverage/coverage-summary.json
7272 output : coverage/badges.svg
Original file line number Diff line number Diff line change @@ -20,3 +20,12 @@ pre-push:
2020 jobs :
2121 - name : knip
2222 run : pnpm run lint:knip
23+ - name : lockfile-sync-check
24+ glob : ' {**/package.json,pnpm-workspace.yaml}'
25+ run : pnpm install --lockfile-only --frozen-lockfile
26+ - name : lint-all-on-lockfile-change
27+ glob : ' pnpm-lock.yaml'
28+ run : pnpm lint
29+ - name : test-all-on-lockfile-change
30+ glob : ' pnpm-lock.yaml'
31+ run : pnpm test
You can’t perform that action at this time.
0 commit comments