Skip to content

Update Non-breaking updates #751

Update Non-breaking updates

Update Non-breaking updates #751

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use pnpm
uses: pnpm/action-setup@v6
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache: 'pnpm'
node-version: 22.23.1
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm run lint