Skip to content

chore: github stuff

chore: github stuff #1

Workflow file for this run

on: # rebuild any PRs and main branch changes
pull_request:
branches: [ main ]
push:
branches:
- main
name: bloat
jobs:
cargo_bloat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run cargo bloat
uses: orf/cargo-bloat-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}