Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Checkout and Setup Node
uses: ./.github/actions/setup-node
- name: Build package and check exports
run: pnpm package
- name: Lint
run: pnpm run --if-present lint:ci
check-types:
Expand All @@ -47,3 +49,5 @@ jobs:
uses: ./.github/actions/setup-node
- name: Run Unit Tests
run: pnpm test
- name: Test packaged catalog exports
run: pnpm catalog:test-package
Loading
Loading