We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e17ccd + e9a03fe commit 92ae29dCopy full SHA for 92ae29d
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
cache: "pnpm"
21
22
- name: Install dependencies
23
- run: pnpm install
+ run: pnpm install -r --no-frozen-lockfile
24
25
- name: Run Prettier
26
run: pnpm run prettier --check .
0 commit comments