Skip to content

feat: adds target blank and rel noopener noreferrer as default to the useLink for href #611

feat: adds target blank and rel noopener noreferrer as default to the useLink for href

feat: adds target blank and rel noopener noreferrer as default to the useLink for href #611

Workflow file for this run

name: Check Types
on:
pull_request
jobs:
vue-tsc:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PNPM
uses: pnpm/action-setup@v4
with:
version: 7
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Check types
run: pnpm run check:types