Skip to content

Bump @reactive-dot/react from 0.68.2 to 0.68.3 #876

Bump @reactive-dot/react from 0.68.2 to 0.68.3

Bump @reactive-dot/react from 0.68.2 to 0.68.3 #876

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: 22
cache: 'pnpm'
- run: pnpm install
- run: pnpm run lint