Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
remove staticcheck job, as it is already covered by golangci-lint (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole authored Feb 28, 2023
1 parent c26f184 commit e367a86
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ on:
branches:
- master
jobs:
staticcheck:
name: "Staticcheck"
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Golang Environment
uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
- name: Run Staticcheck
uses: dominikh/[email protected]
lint:
name: "Lint"
runs-on: ubuntu-22.04
Expand Down

0 comments on commit e367a86

Please sign in to comment.