Skip to content

fix(perps): Perp order failure: Order 0: insufficient margin to place order #65345

fix(perps): Perp order failure: Order 0: insufficient margin to place order

fix(perps): Perp order failure: Order 0: insufficient margin to place order #65345

name: 'Check PR Max Lines'
on:
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
pull-requests: write # Required for the called workflow to manage labels
jobs:
check-pr-max-lines:
runs-on: ubuntu-latest
steps:
- name: Check PR lines changed
uses: MetaMask/github-tools/.github/actions/pr-line-check@v1
with:
max-lines: '1000'
ignore-patterns: '(\.lock|\.snap)$'