Skip to content

♻️ Refactor(@cli/default.ts)!: change commitDescription stage! Add O… #77

♻️ Refactor(@cli/default.ts)!: change commitDescription stage! Add O…

♻️ Refactor(@cli/default.ts)!: change commitDescription stage! Add O… #77

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