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

18 lines
234 B
YAML
Raw Normal View History

2023-03-27 02:14:26 +02:00
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