Initial commit

This commit is contained in:
CrazyMax 2019-09-20 22:23:45 +02:00
commit e28e23212c
778 changed files with 75786 additions and 0 deletions

31
.github/workflows/test.yaml vendored Normal file
View file

@ -0,0 +1,31 @@
name: test
on:
pull_request:
push:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
version:
- latest
- v0.117.0
steps:
-
name: Checkout
uses: actions/checkout@v1
-
name: Set up Go
uses: actions/setup-go@master
-
name: GoReleaser
uses: ./
with:
version: ${{ matrix.version }}
args: release --snapshot --rm-dist