Skip to content

Commit

Permalink
Use frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alephtwo committed Jun 30, 2024
1 parent 424ab7c commit ec989e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: "lts/iron"
cache: "pnpm"
- name: "Install Dependencies"
run: "pnpm ci"
run: "pnpm install --frozen-lockfile"
- name: "Run eslint"
run: "pnpm lint:ts"
prettier:
Expand All @@ -33,7 +33,7 @@ jobs:
node-version: "lts/iron"
cache: "pnpm"
- name: "Install Dependencies"
run: "pnpm ci"
run: "pnpm install --frozen-lockfile"
- name: "Run prettier"
run: "pnpm prettier"
markdownlint:
Expand All @@ -49,7 +49,7 @@ jobs:
node-version: "lts/iron"
cache: "pnpm"
- name: "Install Dependencies"
run: "pnpm ci"
run: "pnpm install --frozen-lockfile"
- name: "Run markdownlint"
run: "pnpm mdl"
yaml:
Expand Down

0 comments on commit ec989e6

Please sign in to comment.