Skip to content

πŸŽ‰ Feat(commitsmile): add finalCommands option which runs after all … #75

πŸŽ‰ Feat(commitsmile): add finalCommands option which runs after all …

πŸŽ‰ Feat(commitsmile): add finalCommands option which runs after all … #75

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