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 af83e06

Browse filesBrowse files
authored
fix two lint steps doing same work and piece being skipped (#239)
1 parent fbafd8b commit af83e06
Copy full SHA for af83e06

File tree

Expand file treeCollapse file tree

1 file changed

+2
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-5
lines changed
Open diff view settings
Collapse file

‎.github/workflows/run-tests.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/run-tests.yml
+2-5Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,11 @@ jobs:
4040
- name: Install dependencies
4141
run: pnpm install
4242

43-
- name: Lint
44-
run: pnpm check-format
45-
4643
- name: Build
4744
run: pnpm build
4845

49-
- name: Lint
50-
run: pnpm check-format
46+
- name: Lint & Check
47+
run: pnpm lint && pnpm check-format
5148

5249
- name: Test
5350
run: pnpm test

0 commit comments

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