Skip to content

code simplification #45

code simplification

code simplification #45

Workflow file for this run

name: CIFuzz
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
fuzz:
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers (dry run)
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: cli11
language: 'c++'
dry-run: true
- name: Run Fuzzers (dry run)
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: cli11
language: 'c++'
fuzz-seconds: 600
dry-run: true