Add build pipeline
Some checks failed
Build / build (push) Failing after 48s

This commit is contained in:
Sebastiaan de Schaetzen 2025-02-07 08:38:29 +01:00
parent 9c3e3d4f9d
commit d4602199da

View File

@ -0,0 +1,11 @@
name: Build
on: [push]
jobs:
build:
runs-on: standard-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: go build .