Skip to content

fix: parserPath type might be undefined on Eslint Flat Config #104

fix: parserPath type might be undefined on Eslint Flat Config

fix: parserPath type might be undefined on Eslint Flat Config #104

Workflow file for this run

name: Package Size Report
on:
pull_request_target:
branches:
- master
jobs:
pkg-size-report:
name: Package Size Report
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 16
cache: pnpm
- name: Package Size Report
uses: pkg-size/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}