Skip to content

Commit e17f362

Browse files
authored
WIP: Update main.yml
1 parent 5ff6a0a commit e17f362

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ jobs:
4242
${{ runner.os }}-pnpm-store-
4343
4444
- name: Install dependencies
45-
run: pnpm install
46-
47-
- name: Run linting
48-
run: pnpm lint
45+
run: pnpm install --frozen-lockfile
4946

5047
- name: Run unit tests (lib package)
5148
run: pnpm --filter @palabra-ai/translator test

0 commit comments

Comments
 (0)