Skip to content

Bump @tinacms/cli from 1.10.0 to 1.10.3 #77

Bump @tinacms/cli from 1.10.0 to 1.10.3

Bump @tinacms/cli from 1.10.0 to 1.10.3 #77

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
jobs:
lint-and-check:
name: Run Biome Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- name: Enable Corepack
run: corepack enable
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run Biome Lint & Formatter
run: pnpm lint