Skip to content

πŸ› Fix(enviroment): change GH actions & access in changeset config,… #55

πŸ› Fix(enviroment): change GH actions & access in changeset config,…

πŸ› Fix(enviroment): change GH actions & access in changeset config,… #55

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