Home

overlay @99bf189237eadb9815984903a4a8d9abbfb4a856 - refs - log -
-
https://git.jolheiser.com/overlay.git
Overlay FS
overlay / .woodpecker.yml
- raw
1
2
3
4
5
6
7
8
pipeline:
  compliance:
    image: golang:1.17
    commands:
      - go test -race ./...
      - go vet ./...
    when:
      event: [ pull_request ]