Skip to content

chore: more tweaks to README.md #10

chore: more tweaks to README.md

chore: more tweaks to README.md #10

Workflow file for this run

name: Automated checks
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4.0.2
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}"