Skip to content

build(deps): bump ws from 7.5.8 to 7.5.10 in /scripts #10

build(deps): bump ws from 7.5.8 to 7.5.10 in /scripts

build(deps): bump ws from 7.5.8 to 7.5.10 in /scripts #10

name: Check Artifacts Size
on:
pull_request:
jobs:
check-artifacts-size:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cargo/bin
~/.cargo/git/checkouts
~/.cargo/git/db
~/.cargo/registry/cache
~/.cargo/registry/index
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Check Artifacts Size
run: |
$GITHUB_WORKSPACE/scripts/check_artifacts_size.sh