~xenrox/srhtctl

b1f55d921ea33bf577e47746d3fcff458986c53f — Thorben Günther 2 years ago c5b3435
CI: Lint code
1 files changed, 7 insertions(+), 1 deletions(-)

M .build.yml
M .build.yml => .build.yml +7 -1
@@ 1,6 1,8 @@
image: archlinux
packages:
  - go
  - revive
  - staticcheck
sources:
  - https://git.xenrox.net/~xenrox/srhtctl
triggers:


@@ 8,6 10,10 @@ triggers:
    condition: failure
    to: Thorben Günther <admin@xenrox.net>
tasks:
  - build: |
  - test: |
      cd srhtctl
      go test -v ./...
  - lint: |
      cd srhtctl
      revive ./...
      staticcheck ./...