Compare commits

..

No commits in common. "e1137fb8ef7eac7dfe895ec033ab6a41bf3b7a10" and "6bb1649e0a175b9736d5ae0fef4b04cbef57b328" have entirely different histories.

2 changed files with 0 additions and 30 deletions

View File

@ -1,28 +0,0 @@
# 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'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...

View File

@ -1,3 +1 @@
package main package main
func main() {}