feat: add build info endpoint
All checks were successful
Go Test / test (push) Successful in 49s

This commit is contained in:
xuu 2023-09-30 16:19:41 -06:00
parent 6b5187259c
commit 19bef873fb

View File

@ -1,4 +1,4 @@
name: Go Test
name: Go Bump
on:
workflow_dispatch:
@ -16,7 +16,7 @@ on:
branches: [ "main" ]
jobs:
test:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3