Skip to content

Commit

Permalink
update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
x1ah committed Nov 17, 2020
1 parent a5b6e0d commit 20cac8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 140 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ on:
- '**.pb.go'
- '**_test.go'
jobs:
# We already run the current golangci-lint in tests, but here we test
# our GitHub action with the latest stable golangci-lint.
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: lint
uses: golangci/golangci-lint-action@v1
with:
version: v1.27

errcheck:
name: Errcheck
runs-on: ubuntu-latest
Expand Down
128 changes: 0 additions & 128 deletions .golangci.yml

This file was deleted.

0 comments on commit 20cac8e

Please sign in to comment.