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