Home

tmpl @main - refs - log -
-
https://git.jolheiser.com/tmpl.git
Template automation
tmpl / .woodpecker.yml
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
clone:
  - name: git
    image: woodpeckerci/plugin-git
    settings:
      partial: false

steps:
  compliance:
    image: golang:1.18
    commands:
      - go test -race ./...
      - go vet ./...
      - go run github.com/rs/zerolog/cmd/lint@latest go.jolheiser.com/tmpl