Skip to content

⚙️ Chore(enviroment): update packages and turbo.json to newest ver… #64

⚙️ Chore(enviroment): update packages and turbo.json to newest ver…

⚙️ Chore(enviroment): update packages and turbo.json to newest ver… #64

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