Skip to content

Commit a4dcf3c

Browse files
committed
chore: Try to reduce churn do to autofix.
1 parent 68c8333 commit a4dcf3c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/autofix.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
with:
19-
fetch-depth: 0
2018

2119
- uses: actions/setup-node@v4
2220
with:
2321
node-version: 20.x
2422

2523
- name: Setup
26-
run: npm i
24+
run: npm ci
2725

2826
- name: Build
2927
run: npm run build
@@ -34,7 +32,7 @@ jobs:
3432
- name: Lint Website
3533
run: |
3634
cd website
37-
npm i
35+
npm ci
3836
npm run lint:fix
3937
4038
- name: Build Again

0 commit comments

Comments
 (0)