Skip to content

Commit 3e82286

Browse files
committed
Cleanup formatting
Signed-off-by: Jakub Sztandera <[email protected]>
1 parent 95657ff commit 3e82286

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

.github/workflows/cflite_batch.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
fuzz-seconds: 3600
2626
mode: 'batch'
2727
sanitizer: ${{ matrix.sanitizer }}
28-
# Optional but recommended: For storing certain artifacts from fuzzing.
29-
# See later section on "Git repo for storage".
3028
storage-repo: https://${{ secrets.FILHELPER_PAT }}@github.com/filecoin-project/ref-fvm-fuzz-corpora.git
3129
storage-repo-branch: master
3230
storage-repo-branch-coverage: gh-pages # Optional. Defaults to "gh-pages".

.github/workflows/cflite_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ClusterFuzzLite continuous builds
22
on:
33
push:
44
branches:
5-
- master # Use your actual default branch here.
5+
- master
66
permissions: read-all
77
jobs:
88
Build:
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
sanitizer:
17-
- address
17+
- address
1818
steps:
1919
- name: Build Fuzzers (${{ matrix.sanitizer }})
2020
id: build

.github/workflows/cflite_pr.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,14 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
sanitizer:
17-
- address
18-
# Override this with the sanitizers you want.
19-
# - undefined
20-
# - memory
17+
- address
2118
steps:
2219
- name: Build Fuzzers (${{ matrix.sanitizer }})
2320
id: build
2421
uses: google/clusterfuzzlite/actions/build_fuzzers@v1
2522
with:
2623
github-token: ${{ secrets.GITHUB_TOKEN }}
2724
sanitizer: ${{ matrix.sanitizer }}
28-
# Optional but recommended: used to only run fuzzers that are affected
29-
# by the PR.
30-
# See later section on "Git repo for storage".
3125
storage-repo: https://${{ secrets.FILHELPER_PAT }}@github.com/filecoin-project/ref-fvm-fuzz-corpora.git
3226
storage-repo-branch: master
3327
storage-repo-branch-coverage: gh-pages # Optional. Defaults to "gh-pages".
@@ -39,9 +33,6 @@ jobs:
3933
fuzz-seconds: 600
4034
mode: 'code-change'
4135
sanitizer: ${{ matrix.sanitizer }}
42-
# Optional but recommended: used to download the corpus produced by
43-
# batch fuzzing.
44-
# See later section on "Git repo for storage".
4536
storage-repo: https://${{ secrets.FILHELPER_PAT }}@github.com/filecoin-project/ref-fvm-fuzz-corpora.git
4637
storage-repo-branch: master
4738
storage-repo-branch-coverage: gh-pages # Optional. Defaults to "gh-pages".

0 commit comments

Comments
 (0)