Skip to content

feat: extract link tag regex and add tests #405

feat: extract link tag regex and add tests

feat: extract link tag regex and add tests #405

Workflow file for this run

name: Node.js Package CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install
- run: pnpm lint
- run: pnpm build