mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-20 11:55:10 +00:00
20 lines
366 B
YAML
20 lines
366 B
YAML
name: cargo-bloat
|
|
|
|
on:
|
|
push:
|
|
pull_request:
|
|
|
|
jobs:
|
|
bloat:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions-rs/toolchain@v1
|
|
with:
|
|
profile: minimal
|
|
toolchain: stable
|
|
override: true
|
|
- uses: orf/cargo-bloat-action@v1
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|