Skip to content

Commit 862995e

Browse files
rublag-hsPanthevm
authored andcommitted
Fix lint job in CI workflow
1 parent 544e825 commit 862995e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/react-components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: pnpm install --frozen-lockfile
3333
- name: Lint
34-
run: pnpm --filter @health-samurai/react-components run check
34+
run: pnpm --filter @health-samurai/react-components run lint:check
3535
typecheck:
3636
needs: prepare
3737
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)