Skip to content

feat: add ref button for CV layout #123

feat: add ref button for CV layout

feat: add ref button for CV layout #123

Workflow file for this run

name: Testing
on: push
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.10.0
- run: yarn install
- run: yarn test