We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4162bf7 commit db8a575Copy full SHA for db8a575
1 file changed
.github/workflows/snapshot.yml
@@ -62,6 +62,11 @@ jobs:
62
- name: setup pnpm config
63
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
64
65
+ # this is here because changests refused to format its version
66
+ # changes so if we dont format here, lint fails
67
+ # this code never gets committed so its a work around for this workflow
68
+ - run: pnpm exec nx format:write
69
+
70
- run: pnpm exec nx affected -t build lint test e2e
71
72
- uses: actions/upload-artifact@v4
0 commit comments