Skip to content

chore: update node.js to v22 #171

chore: update node.js to v22

chore: update node.js to v22 #171

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
- synchronize
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: ./.github/actions/setup-bun
- name: Check Format
run: bun fmt:check
- name: Lint
run: bun lint