[Git][root/cli/mirror-monitor][main] chore: remove github workflow

yyvf22 pushed to branch main at Root / CLI / Mirror Monitor Commits: f5029eb1 by yyvf at 2025-07-31T10:14:19-03:00 chore: remove github workflow - - - - - 1 changed file: - − .github/workflows/go.yml Changes: ===================================== .github/workflows/go.yml deleted ===================================== @@ -1,30 +0,0 @@ -# This workflow will build and test two Go binaries: server and tui -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-... - -name: Go - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Set up Go - uses: actions/setup-go@v4 - with: - go-version: '1.24' - - - name: Build server - run: go build -v -o rsyncuptime-server ./server.go - - - name: Build tui - run: go build -v -o rsyncuptime-tui ./tui.go - - - name: Test - run: go test -v ./server.go ./server_test.go View it on GitLab: https://gitlab.c3sl.ufpr.br/root/cli/mirror-monitor/-/commit/f5029eb115fe6e4... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/cli/mirror-monitor/-/commit/f5029eb115fe6e4... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
yyvf22 (@yyvf22)