Skip to content

chore(components): fix type error in ExternalLink #4

chore(components): fix type error in ExternalLink

chore(components): fix type error in ExternalLink #4

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci --prefer-offline
- name: Run Jest
run: npm run test:ci