Skip to content

Commit

Permalink
CI: add lint job to GHA
Browse files Browse the repository at this point in the history
This is golangci-lint run with default linters and configuration.

Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Feb 15, 2022
1 parent 76746f4 commit c5b996d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ on:

jobs:

lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
with:
version: v1.44

test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit c5b996d

Please sign in to comment.