chore: удалён build.yml (дублирует ci.yaml)

This commit is contained in:
2026-08-15 10:48:57 +05:00
parent 39a79f78fc
commit a24077f37f

View File

@@ -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 ./...