Skip to content

Revert "build(deps): bump valibot from 1.0.0-beta.12 to 1.0.0-beta.14… #1320

Revert "build(deps): bump valibot from 1.0.0-beta.12 to 1.0.0-beta.14…

Revert "build(deps): bump valibot from 1.0.0-beta.12 to 1.0.0-beta.14… #1320

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version-file: package.json
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Lint
run: pnpm biome ci --reporter=github