Skip to content

Commit d61f52a

Browse files
committed
chore(ci): run lint in packages/react
1 parent 86bc690 commit d61f52a

File tree

1 file changed

+4
-0
lines changed
  • .github/workflows/actions/build-core-stencil-prerelease

1 file changed

+4
-0
lines changed

.github/workflows/actions/build-core-stencil-prerelease/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ runs:
3333
run: npm run build -- --ci --debug --verbose
3434
working-directory: ./core
3535
shell: bash
36+
- name: 🏗️ Lint
37+
run: npm run lint
38+
working-directory: ./packages/react
39+
shell: bash
3640
- uses: ./.github/workflows/actions/upload-archive
3741
with:
3842
name: ionic-core

0 commit comments

Comments
 (0)