Skip to content

Update dependency eslint to v9.17.0 #434

Update dependency eslint to v9.17.0

Update dependency eslint to v9.17.0 #434

Workflow file for this run

name: export-size
on:
pull_request:
branches:
- master
- develop
jobs:
export-size:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: titouanmathis/export-size-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: npm run build-for-export-size
paths: dist
node-version: 22