Skip to content

feat(link): ✨ remove "open in new tab" and "rel" options #1339

feat(link): ✨ remove "open in new tab" and "rel" options

feat(link): ✨ remove "open in new tab" and "rel" options #1339

Workflow file for this run

name: Test
on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [20]
# pnpm: [8]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build-setup
with:
node-version: ${{ matrix.node }}
- name: Test
run: pnpm lint:css && pnpm lint:js && pnpm check:types