Skip to content

Checkbox Component #130

Checkbox Component

Checkbox Component #130

Workflow file for this run

name: 'PR Workflow'
on:
pull_request:
branches:
- main
types:
- synchronize
- edited
- ready_for_review
- labeled
- reopened
jobs:
pr-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm i --frozen-lockfile
- run: pnpm test