Skip to content

chore: fix knip settings #2

chore: fix knip settings

chore: fix knip settings #2

Workflow file for this run

name: Automated checks
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/[email protected]
with:
cache: pnpm
node-version: 20
- name: Build
run: |
pnpm install
pnpm build
- name: Knip
run: pnpm knip
- name: Prettier
run: pnpm prettier --check src "*.{ts,json,md}"