Compare commits

..

No commits in common. "975b1efa874909ad41a04f2175b485d6e75e0488" and "6febe66c8f8fcf1da446483051bbb9334efa3642" have entirely different histories.

4 changed files with 0 additions and 30 deletions

View File

@ -1,19 +0,0 @@
name: build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: '>=1.20.1'
- run: go run main.go

View File

@ -1 +0,0 @@
## Gitea Actions 测试仓库

3
go.mod
View File

@ -1,3 +0,0 @@
module runner_test
go 1.20

View File

@ -1,7 +0,0 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}