π Feat(@cli/default): add default cli commander to load scripts #30
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |