Skip to content

feat: External link icon + open in new tab #74

feat: External link icon + open in new tab

feat: External link icon + open in new tab #74

Workflow file for this run

name: Unit Testing
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
unit-testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
uses: ./.github/actions/yarn-install
- name: Run Vitest
run: yarn test:ci