We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e17ccd commit e9a03feCopy full SHA for e9a03fe
.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