Skip to content

Commit

Permalink
chore: add golangci-lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Feb 9, 2021
1 parent 15e9515 commit c1e8b2c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/golangci-lint.yaml
@@ -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@v2
with:
version: latest

0 comments on commit c1e8b2c

Please sign in to comment.