Skip to content

Commit

Permalink
remove linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Nov 7, 2023
1 parent 520acc6 commit 6bb061f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,6 @@ jobs:

- run: make test

go-lint:
runs-on: "ubuntu-22.04"
steps:
- name: Check out source code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Go
uses: actions/[email protected]
with:
go-version: "1.21.3"

- run: make lint

build:
runs-on: "ubuntu-22.04"
steps:
Expand Down

0 comments on commit 6bb061f

Please sign in to comment.