Skip to content

refactor: card and background changes #102

refactor: card and background changes

refactor: card and background changes #102

Workflow file for this run

name: Run Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn
- run: yarn build