Skip to content

Chore bump daisy UI to latest, eslint changes #49

Chore bump daisy UI to latest, eslint changes

Chore bump daisy UI to latest, eslint changes #49

Workflow file for this run

name: pull_request
on: [pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup Repository
uses: actions/checkout@v3
- name: 📦 Install
uses: ./.github/actions/install
with:
node-version: 20
pnpm-version: 8.10.5
- name: 🚨 Lint
run: pnpm lint
- name: 🎨 Format
run: pnpm format
- name: 🏷️ Check Types
run: pnpm check-types
- name: ✅ Test
run: pnpm coverage
- name: 🧱 Build
run: pnpm build