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

fix: the rainbow

fix: the rainbow #897

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.0.0
- uses: actions/setup-node@v4
with:
node-version: 20
- run: pnpm install
- run: pnpm lint