Compare commits
No commits in common. "975b1efa874909ad41a04f2175b485d6e75e0488" and "6febe66c8f8fcf1da446483051bbb9334efa3642" have entirely different histories.
975b1efa87
...
6febe66c8f
@ -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
|
Loading…
Reference in New Issue
Block a user