Skip to content

Commit e76f168

Browse files
committed
Fix lint command in CI pipeline to use standard linting
1 parent d71a634 commit e76f168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: ./.github/actions/pnpm-setup
1717

1818
- name: Lint
19-
run: pnpm run lint:hard
19+
run: pnpm run lint
2020

2121
- name: Build
2222
run: pnpm run build

0 commit comments

Comments
 (0)