Skip to content

Overhaul autotools stuff across projects with reusable macros #15

Overhaul autotools stuff across projects with reusable macros

Overhaul autotools stuff across projects with reusable macros #15

Workflow file for this run

name: Cargo Bloat
on: [ pull_request ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
cargo_bloat:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
- name: Cache Rust
uses: Swatinem/rust-cache@v1
- name: Run cargo bloat
uses: orf/cargo-bloat-action@v1
with:
token: ${{ github.token }}