test gitea actions
This commit is contained in:
parent
7efd3aefc6
commit
c14b3c4c72
14
.gitea/actions/test.yaml
Normal file
14
.gitea/actions/test.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: irc build
|
||||||
|
run-name: ${{ gitea.actor }} build test
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: golang
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Run go build
|
||||||
|
run: go build
|
Loading…
x
Reference in New Issue
Block a user