Skip to content

fix(cdps): new component & style fixes #34

fix(cdps): new component & style fixes

fix(cdps): new component & style fixes #34

Workflow file for this run

on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install dependency
run: npm i
- name: Build
run: npm run build