Skip to content

Commit db8a575

Browse files
committed
chore: format-snapshot-code
call format in snapshot workflow
1 parent 4162bf7 commit db8a575

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/snapshot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ jobs:
6262
- name: setup pnpm config
6363
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
6464

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+
6570
- run: pnpm exec nx affected -t build lint test e2e
6671

6772
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)