Skip to content

ci: more cleanup

ci: more cleanup #64

Workflow file for this run

name: PR
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
with:
fetch-depth: 0
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Run Build
run: pnpm run build
- name: Run Tests
run: pnpm -r test:types && pnpm -r test:lib