fixing workflow
Some checks failed
Build bang-server / Explore-Gitea-Actions (push) Failing after 4s

This commit is contained in:
Brandon4466
2025-06-07 23:57:56 -07:00
parent 2bf9755839
commit 9adda05bce

View File

@@ -13,10 +13,6 @@ jobs:
uses: actions/checkout@v4
- run: echo "${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "The workflow is now ready to test your code on the runner."
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.24.4'
- name: Build the server app
run: go build bang.go
- name: List files