Replace CIs by Github Actions (#294)

This commit is contained in:
Thomas Pelletier
2019-09-09 19:44:45 -07:00
committed by GitHub
parent 4d5afd743f
commit b40204d36a
11 changed files with 231 additions and 295 deletions
+17
View File
@@ -0,0 +1,17 @@
name: Fuzzit
on:
push:
branches:
- master
jobs:
fuzzing:
name: Run fuzzing
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.13'
- uses: actions/checkout@v1
- run: ./fuzzit.sh
env:
TYPE: fuzzing