Skip to content

Merge pull request #141 from Infinite-Sum-Games/feat/update-woc-for-a… #46

Merge pull request #141 from Infinite-Sum-Games/feat/update-woc-for-a…

Merge pull request #141 from Infinite-Sum-Games/feat/update-woc-for-a… #46

Workflow file for this run

name: Lint Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10.12.1
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run Biome
run: pnpm exec biome ci .