Skip to content

feat/check-limits

feat/check-limits #7

name: Lint on PR Approval
on:
pull_request_review:
types:
- submitted
jobs:
lint:
if: github.event.review.state == 'approved'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup
uses: ./.github/actions/setup
- name: Lint and format check
run: pnpm lint --max-warnings 0