Skip to content

Commit

Permalink
Removed lint from action
Browse files Browse the repository at this point in the history
  • Loading branch information
slaveeks committed Apr 21, 2022
1 parent 8fda2f1 commit d33a516
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ env:
REGISTRY: ghcr.io

jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://golangci/golangci-lint:v1.41.1
with:
args: golangci-lint run

build:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit d33a516

Please sign in to comment.