Skip to content

Bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.0 #1866

Bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.0

Bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.0 #1866

Workflow file for this run

name: 'BundleSize'
on:
pull_request:
paths:
- '.github/workflows/size-limit.yml'
- 'server/**'
- 'client/**'
- 'package.json'
- '!**.md'
jobs:
size:
runs-on: macos-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v4
- uses: andresz1/size-limit-action@v1
with:
build_script: build:size
github_token: ${{ secrets.GITHUB_TOKEN }}