Skip to content

Commit 7d8ef21

Browse files
committed
Move lint into main workflow
1 parent 8ce9d10 commit 7d8ef21

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

.github/workflows/go.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,13 @@ jobs:
2626

2727
- name: Upload coverage to Codecov
2828
run: bash <(curl -s https://codecov.io/bash)
29+
30+
golangci:
31+
name: lint
32+
runs-on: ubuntu-latest
33+
steps:
34+
- uses: actions/checkout@v2
35+
- name: golangci-lint
36+
uses: golangci/golangci-lint-action@v2
37+
with:
38+
version: latest

.github/workflows/golangci-lint.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)