Add build step to GitHub Actions and rename deploy job
All checks were successful
Build / build (push) Successful in 1m22s

This commit is contained in:
2025-03-24 12:39:46 +01:00
parent a0822eed20
commit 82edcc51a7
2 changed files with 4 additions and 1 deletions

View File

@@ -12,5 +12,8 @@ jobs:
with:
go-version: '>=1.24'
- name: Build
run: go build .
- name: Test
run: go test . -v

View File

@@ -1,4 +1,4 @@
name: Build
name: Deploy
on:
push:
tags: