Skip to content

feat: add alert, form button from shadcn and create new template with… #482

feat: add alert, form button from shadcn and create new template with…

feat: add alert, form button from shadcn and create new template with… #482

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: pnpm/action-setup@v4
with:
version: 9
- run: pnpm install
- run: pnpm lint