Skip to content

Commit

Permalink
把工作流先停掉了
Browse files Browse the repository at this point in the history
  • Loading branch information
SituChengxiang authored Jan 9, 2025
1 parent 725ef5d commit 8bc1f0c
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,2 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

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.23.0'

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...

0 comments on commit 8bc1f0c

Please sign in to comment.