Skip to content

Commit

Permalink
Create golangci-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maier authored Sep 23, 2021
1 parent 3727dbc commit 4591322
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
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
args: --timeout=5m

0 comments on commit 4591322

Please sign in to comment.