Initial commit

This commit is contained in:
Dario Tranchitella
2020-06-29 22:27:53 +02:00
commit 812b16fcff
85 changed files with 7280 additions and 0 deletions

13
.github/workflows/main.yaml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
with:
version: v1.29