From 00c0da8a04a85aa96880221f5de3ba4fddd84a12 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 3 Mar 2023 17:52:45 -0800 Subject: ref(templates): drop drone/GHA support --- templates/go/.drone.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 templates/go/.drone.yml (limited to 'templates/go/.drone.yml') diff --git a/templates/go/.drone.yml b/templates/go/.drone.yml deleted file mode 100644 index 13b4026..0000000 --- a/templates/go/.drone.yml +++ /dev/null @@ -1,32 +0,0 @@ ---- -kind: pipeline -type: docker -name: checks - -trigger: - event: - - push - - pull_request - -steps: - - name: Run checks - image: nixpkgs/nix-flakes:nixos-22.11 - commands: - - nix develop --command pre-commit run --verbose --hook-stage commit --all-files --show-diff-on-failure - ---- -kind: pipeline -type: docker -name: build - -trigger: - event: - - push - - pull_request - -steps: - - name: Run tests and build - image: nixpkgs/nix-flakes:nixos-22.11 - commands: - - nix develop --command go test -race ./... - - nix build -- cgit v1.2.3