Skip to content

feat: add Vue 3 and Nuxt integration packages #1394

feat: add Vue 3 and Nuxt integration packages

feat: add Vue 3 and Nuxt integration packages #1394

Workflow file for this run

name: Pull Request - Lint/Build/Tests
on:
pull_request:
branches: [main]
jobs:
pull_request:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-node@v5
with:
node-version: "22"
- name: Install dependencies
run: npm ci
- uses: nrwl/nx-set-shas@v4
- run: npx nx run-many --all -t lint test build api-extractor
- name: Upload results to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
codecov_yml_path: .github/codecov.yml