mirror of
https://github.com/immich-app/immich.git
synced 2026-01-02 18:20:35 -05:00
fix: use pnpm directly for fix-format (#23483)
This commit is contained in:
parent
d08a520aa2
commit
0ddb92e1ec
2
.github/workflows/fix-format.yml
vendored
2
.github/workflows/fix-format.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
cache-dependency-path: '**/pnpm-lock.yaml'
|
||||
|
||||
- name: Fix formatting
|
||||
run: make install-all && make format-all
|
||||
run: pnpm --recursive install && pnpm run --recursive --parallel fix:format
|
||||
|
||||
- name: Commit and push
|
||||
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user