Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

feat: small touchups #136

feat: small touchups

feat: small touchups #136

Workflow file for this run

on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
with:
run_install: true
- name: Lint project
run: pnpm run lint:ci
- name: Build project
run: pnpm run build