Skip to content

feat: Add verbose flag for troubleshooting #18

feat: Add verbose flag for troubleshooting

feat: Add verbose flag for troubleshooting #18

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm check
- name: Lint
run: pnpm test
- name: Build
run: pnpm build