First ci for gitea
Some checks failed
CI.yml / build (push) Has been cancelled

This commit is contained in:
d3m0k1d
2026-01-10 22:15:24 +03:00
parent 7c4f05f29d
commit 7ed957077d

21
.gitea/workflows/CI.yml Normal file
View File

@@ -0,0 +1,21 @@
name: CI.yml
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Go setup
uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: Build
run: go build -o BanForge /cmd/banforge