We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae84ce commit 0e524e2Copy full SHA for 0e524e2
.github/workflows/main.yml
@@ -0,0 +1,20 @@
1
+name: CIFuzz
2
+
3
+on: [pull_request]
4
5
+jobs:
6
+ fuzz:
7
8
+ runs-on: ubuntu-latest
9
10
+ steps:
11
+ - name: Building and running fuzzers
12
+ uses: google/oss-fuzz/infra/cifuzz/actions@master
13
+ with:
14
+ project-name: 'yara'
15
+ fuzz-time: 600
16
+ dry-run: True
17
+ - uses: actions/upload-artifact@v1
18
19
+ name: fuzzer_testcase
20
+ path: ./out/testcase
0 commit comments