Update .github/workflows/ci.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
cache: pnpm
|
cache: pnpm
|
||||||
- run: pnpm install --frozen-lockfile=false
|
- run: pnpm install --frozen-lockfile=true
|
||||||
- run: pnpm lint
|
- run: pnpm lint
|
||||||
- name: Validate JSON
|
- name: Validate JSON
|
||||||
run: jq empty $(find . -name "*.json")
|
run: jq empty $(find . -name "*.json")
|
||||||
|
|||||||
Reference in New Issue
Block a user