Skip to content

Commit

Permalink
Remove linting job from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed Mar 23, 2024
1 parent f9d6cb7 commit 6ab74f4
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Go CI Workflow

on:
Expand All @@ -14,23 +15,6 @@ permissions:
pull-requests: read

jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
# This should be the same as specified in go.mod
go-version: 1.22.1
- name: Checkout code
uses: actions/checkout@v3
- name: Lint code
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.0
only-new-issues: true

gobuild:
name: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6ab74f4

Please sign in to comment.