3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 16:29:32 +01:00
cargo-install/.github/workflows/afl.yml
2023-03-26 17:14:26 -07:00

17 lines
234 B
YAML

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