Skip to content

Commit e4c1004

Browse files
committed
Lint any package with a lint script
1 parent ce0d6d8 commit e4c1004

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
- name: "Running unit tests"
4141
run: pnpm -r test
4242

43-
- name: "Linting generator-widget"
43+
- name: "Linting packages"
4444
working-directory: ./packages/generator-widget
45-
run: pnpm run lint
45+
run: pnpm -r lint

0 commit comments

Comments
 (0)