From a24077f37f6d3f61b6c4ed08c643020cc80ad844 Mon Sep 17 00:00:00 2001 From: kamelion Date: Sat, 15 Aug 2026 10:48:57 +0500 Subject: [PATCH] =?UTF-8?q?chore:=20=D1=83=D0=B4=D0=B0=D0=BB=D1=91=D0=BD?= =?UTF-8?q?=20build.yml=20(=D0=B4=D1=83=D0=B1=D0=BB=D0=B8=D1=80=D1=83?= =?UTF-8?q?=D0=B5=D1=82=20ci.yaml)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .gitea/workflows/build.yml diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml deleted file mode 100644 index 7ccc5e3..0000000 --- a/.gitea/workflows/build.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: build-test -on: - push: - pull_request: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version: '1.23' - - run: go vet ./... - - run: go build ./... - - run: go test ./... \ No newline at end of file