docsonnet/.github/workflows/golangci-lint.yml
Max Audron 6be08106d0
add github actions (#18)
* add github workflows

* update go version to 1.16 to allow mac m1 build
2021-06-12 07:48:49 +02:00

19 lines
331 B
YAML

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest