Compare commits
2 commits
90e714b17a
...
518e8d0958
| Author | SHA1 | Date | |
|---|---|---|---|
| 518e8d0958 | |||
| bc7051a106 |
2 changed files with 1 additions and 7 deletions
|
|
@ -1,15 +1,9 @@
|
|||
---
|
||||
clone:
|
||||
- name: "clone"
|
||||
image: "woodpeckerci/plugin-git"
|
||||
settings:
|
||||
depth: 0
|
||||
tags: true
|
||||
|
||||
steps:
|
||||
|
||||
- name: "linting"
|
||||
image: "cr.simoncor.net/dockerhub/golangci/golangci-lint:v2.1-alpine"
|
||||
image: "cr.simoncor.net/dockerhub/golangci/golangci-lint:v2.12.2-alpine"
|
||||
commands:
|
||||
- "golangci-lint run"
|
||||
when:
|
||||
Loading…
Add table
Add a link
Reference in a new issue