Skip to content

allow parsing stack traces that end with "skipping x frames" (#195) #78

allow parsing stack traces that end with "skipping x frames" (#195)

allow parsing stack traces that end with "skipping x frames" (#195) #78

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
permissions:
statuses: write
deployments: write
pull-requests: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: src
- name: Set up depot-tools
uses: newkdev/[email protected]
- name: Sync gclient workspace
run: |
gclient config --unmanaged src --name src
gclient sync --no-history
- name: Run linter
run: |
cd src
NODE_OPTIONS="--max-old-space-size=8192" npm run lint -- --fix=false