Skip to content

Add cargo bloat tool to CI #3

Add cargo bloat tool to CI

Add cargo bloat tool to CI #3

Workflow file for this run

name: Bloat size
on:
push:
branches: [main]
tags: 'v*'
pull_request:
workflow_dispatch:
jobs:
compute-size:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run cargo bloat
uses: orf/cargo-bloat-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}