Add golangci-lint workflow

This commit is contained in:
mlsmaycon 2021-05-15 15:44:35 +05:00
parent 73720951d7
commit 84c6eb5e16

14
.github/workflows/golangci-lint.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: golangci-lint
on:
push:
branches:
- 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