]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Added whitespace separation between steps in fuzzer workflow.
authorNathan Moinvaziri <nathan@nathanm.com>
Sun, 19 Jun 2022 20:19:29 +0000 (13:19 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 15 Aug 2022 14:41:52 +0000 (16:41 +0200)
.github/workflows/fuzz.yml

index 9814b9f39051678bdac1ce3551a7069752dfd76e..b108461033690b3aecfc6184a249b5a22ae9a473 100644 (file)
@@ -20,12 +20,14 @@ jobs:
       with:
         oss-fuzz-project-name: 'zlib-ng'
         dry-run: false
+
     - name: Run Fuzzers
       uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
       with:
         oss-fuzz-project-name: 'zlib-ng'
         fuzz-seconds: 600
         dry-run: false
+
     - name: Upload Crash
       uses: actions/upload-artifact@v1
       if: failure()