Skip to content

chore: 🧹 Remove pnpm update-badge command from release script #62

chore: 🧹 Remove pnpm update-badge command from release script

chore: 🧹 Remove pnpm update-badge command from release script #62

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
- "!main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "pnpm"
- name: 🔽 Install dependencies
run: pnpm install --frozen-lockfile
- name: 🚨 Lint code
run: pnpm run lint
- name: 🧱 Build
run: npm run build