Skip to content

Commit

Permalink
Remove lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dvasanth authored Apr 22, 2024
1 parent 70c3f7b commit 8da051f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@ defaults:
shell: bash

jobs:
lint:
name: Lint files
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest
build:
name: Build binary
runs-on: 'ubuntu-latest'
Expand Down

0 comments on commit 8da051f

Please sign in to comment.