3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 08:29:30 +01:00
cargo-install/.github/workflows/honggfuzz.yml
2023-03-26 17:50:30 -07:00

17 lines
254 B
YAML

name: honggfuzz
on:
push:
branches:
- honggfuzz
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: honggfuzz
bin: cargo-hfuzz
permissions:
contents: write
secrets: inherit