Skip to content

refactor(msw): align setup with next-msw-integration pattern #33

refactor(msw): align setup with next-msw-integration pattern

refactor(msw): align setup with next-msw-integration pattern #33

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare environment
uses: ./.github/actions/prepare
- name: Run Lint
run: pnpm lint