Skip to content

⚙️ Chore(myError.ts): fix build process #48

⚙️ Chore(myError.ts): fix build process

⚙️ Chore(myError.ts): fix build process #48

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
jobs:
Continuous-Integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: \🟢 Setup node
uses: actions/[email protected]
with:
node-version: 20
- name: 🚀 Setup pnpm
uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Format Files
run: pnpm format
# - name: Linting Files
# run: pnpm lint:fix --force && pnpm lint --force
- name: Building Files
run: pnpm build
- name: Start Files
run: pnpm start