Skip to content

Merge remote-tracking branch 'origin/fix-minor-changes' into feat-pro… #140

Merge remote-tracking branch 'origin/fix-minor-changes' into feat-pro…

Merge remote-tracking branch 'origin/fix-minor-changes' into feat-pro… #140

name: Lint and Format
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint