Skip to content

⚙️ Chore(README.md): update content #5

⚙️ Chore(README.md): update content

⚙️ Chore(README.md): update content #5

Workflow file for this run

name: CI/CD
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 🟢 Setup
uses: ./.github/common-actions/install
- name: 📝 Lint
run: pnpm lint
- name: ♻️ Format
run: pnpm format
- name: 🏗️ Build Package
run: pnpm build:npm