Closed rgarcia closed 3 months ago
This PR sets up GitHub Actions CI for a Go project, updates the Makefile for dependency management, and comments out a flaky test and a function.
Key points:
.github/workflows/go-build-test.yml
push
pull_request
main
ubuntu-latest
actions/setup-go@v4
1.23
oven-sh/setup-bun@v2
make install_deps
Makefile
templ
bun
staticcheck
install_deps
build
test-go
test-vet-staticcheck
unarchiveRepository
lib/cellprovider/talos.go
lib/background/queue_test.go
Generated with :heart: by ellipsis.dev
Summary:
This PR sets up GitHub Actions CI for a Go project, updates the Makefile for dependency management, and comments out a flaky test and a function.
Key points:
.github/workflows/go-build-test.yml
for CI.push
andpull_request
tomain
.ubuntu-latest
runner.actions/setup-go@v4
for version1.23
.oven-sh/setup-bun@v2
.make install_deps
.Makefile
to includetempl
,bun
, andstaticcheck
ininstall_deps
.build
,test-go
, andtest-vet-staticcheck
.unarchiveRepository
function inlib/cellprovider/talos.go
.lib/background/queue_test.go
.Generated with :heart: by ellipsis.dev