Skip to content

Commit

Permalink
add golangci-lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teleivo committed Oct 30, 2021
1 parent f9a5854 commit d986e01
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: golangci-lint
on:
push:
tags:
- v*
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
with:
version: v1.42.1

0 comments on commit d986e01

Please sign in to comment.