Converge TY page Heading #1844
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: knip | |
on: | |
pull_request: | |
jobs: | |
knip: | |
name: detect unused exports | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v4 | |
- name: Setup Node and Install Dependencies | |
uses: ./.github/actions/setup-node-and-install | |
- name: Knip check | |
run: pnpm --filter support-frontend knip |