Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2c0864e

Browse filesBrowse files
committed
ci: prepare build environment in autofix workflow
1 parent e1a7ebc commit 2c0864e
Copy full SHA for 2c0864e

1 file changed

+4-1Lines changed: 4 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/autofix.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/autofix.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@ jobs:
2323
- name: Install dependencies
2424
run: pnpm install
2525

26+
- name: Prepare build environment
27+
run: pnpm dev:prepare
28+
2629
- name: Lint (code)
2730
run: pnpm lint:fix
2831

2932
- name: Knip
30-
run: pnpm knip --fix
33+
run: pnpm test:knip --fix
3134

3235
- name: Check engine ranges, peer dependency ranges and installed versions
3336
run: pnpm test:engines --fix

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.