Skip to content

Implement 'Experience' section and refactor code #8

Implement 'Experience' section and refactor code

Implement 'Experience' section and refactor code #8

Workflow file for this run

name: vitest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci
- run: npm run build