Skip to content

chore(deps): Bump serde_json from 1.0.135 to 1.0.137 (#949) #2573

chore(deps): Bump serde_json from 1.0.135 to 1.0.137 (#949)

chore(deps): Bump serde_json from 1.0.135 to 1.0.137 (#949) #2573

Workflow file for this run

name: Check Size
on:
push:
branches: [main, release-*]
pull_request:
branches: [main, release-*]
jobs:
check_size:
name: Check Size
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Check large files
uses: actionsdesk/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filesizelimit: "524288"