3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-25 17:39:33 +01:00

Add cargo-bloat build

This commit is contained in:
David Tolnay 2021-10-09 05:51:17 +01:00
parent c9b0cb7667
commit d5aa088c6e
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

14
.github/workflows/cargo-bloat.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: cargo-bloat
on:
push:
branches:
- cargo-bloat
jobs:
build:
uses: dtolnay/install/.github/workflows/build.yml@master
with:
crate: cargo-bloat
secrets:
private_key: ${{secrets.private_key}}