mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 07:01:01 +00:00
don't call the golangci-lint workflow anymore
If we're renaming golangci-lint to linter (since it's now our default linter), we no longer have a workflow named golangci-lint, so we shouldn't be calling it or requiring it from other workflows.
This commit is contained in:
parent
babcf8c331
commit
578ac76011
1 changed files with 0 additions and 5 deletions
|
|
@ -132,9 +132,6 @@ workflows:
|
|||
- check-license-headers:
|
||||
requires:
|
||||
- setup
|
||||
- golangci-lint:
|
||||
requires:
|
||||
- setup
|
||||
- test-build-arm:
|
||||
requires:
|
||||
- setup
|
||||
|
|
@ -162,7 +159,6 @@ workflows:
|
|||
requires:
|
||||
- linter
|
||||
- check-license-headers
|
||||
- golangci-lint
|
||||
- test-golang-1.12
|
||||
filters:
|
||||
tags:
|
||||
|
|
@ -177,4 +173,3 @@ workflows:
|
|||
- linter
|
||||
- check-license-headers
|
||||
- test-golang-1.12
|
||||
- golangci-lint
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue