We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b84cba commit 8225a6aCopy full SHA for 8225a6a
.github/workflows/cifuzz.yml
@@ -1,5 +1,4 @@
1
name: CIFuzz
2
-
3
on:
4
pull_request:
5
workflow_dispatch:
@@ -10,22 +9,18 @@ permissions:
10
9
jobs:
11
fuzz:
12
runs-on: ubuntu-latest
13
- # keep CI green while OSS-Fuzz project is not merged yet
14
- continue-on-error: true
15
steps:
16
- - uses: actions/checkout@v4
17
18
- name: Build Fuzzers (dry run)
19
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
20
with:
21
oss-fuzz-project-name: cli11
22
- language: c++
+ language: 'c++'
23
dry-run: true
24
25
- name: Run Fuzzers (dry run)
26
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
27
28
29
30
fuzz-seconds: 600
31
0 commit comments