irc/.gitea/workflows/test.yaml

19 lines
345 B
YAML
Raw Normal View History

2025-03-06 21:46:28 -05:00
name: irc build
run-name: ${{ gitea.actor }} build test
on: [push]
jobs:
2025-03-06 21:51:22 -05:00
Checkout:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
2025-03-06 21:46:28 -05:00
Build:
runs-on: ubuntu-latest
container:
image: golang
steps:
2025-03-06 21:53:52 -05:00
- run: ls -la
2025-03-06 21:46:28 -05:00
- name: Run go build
run: go build