Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

fix: retain all attributes from the original link tag #153

fix: retain all attributes from the original link tag

fix: retain all attributes from the original link tag #153

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- name: install, build, test
run: |
yarn --frozen-lockfile
yarn build
yarn test
env:
CI: true