Lobsters
- Github Actions and Go https://olegk.dev/github-actions-and-go 2 comments devops , go
- Go crazy with GitHub Actions https://sanderknape.com/2021/01/go-crazy-github-actions/ 3 comments vcs
- Github Actions and Go https://olegk.dev/github-actions-and-go 35 comments golang
- Using GitHub Actions with Job Summaries for Go tests https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/ 2 comments golang
- Using Github Actions - Impressions, plus a sample Go workflow https://tpaschalis.github.io/gh-actions-go-s3/ 5 comments programming
- "A lot of GitHub infrastructure is in Go now, including all the server-side parts of Actions." https://twitter.com/p_reynolds/status/1093697389075091457 89 comments programming
- "A lot of GitHub infrastructure is in Go now, including all the server-side parts of Actions." https://twitter.com/p_reynolds/status/1093697389075091457 5 comments golang
- GitHub action to check if Go modules are tidy https://github.com/katexochen/go-tidy-check 7 comments golang
- Custom GitHub Action with Go https://thedevelopercafe.com/articles/custom-github-action-with-go-29d9ce66e5a8 10 comments golang
- GitHub Actions for Go Developers! https://youtu.be/KVrL_UHJ7kQ 5 comments golang
- Test Go code with GitHub actions https://www.programming-books.io/essential/go/0b10d70dc6f34c97a461a5bf29875b72-test-go-code-with-github-actions 7 comments golang
- A GitHub Action to print a Go code coverage report on pull requests https://github.com/fgrosse/go-coverage-report 6 comments golang
- Building Fast, Tiny GitHub Actions with Go and Docker https://steele.blue/tiny-github-actions/ 3 comments golang
- go fmt in action: Space vs tabs on Github BigQuery corpus [chart] https://medium.com/@hoffa/400-000-github-repositories-1-billion-files-14-terabytes-of-code-spaces-or-tabs-7cfe0b5dd7fd#.hz3hcioki 22 comments golang
- I created a tool for generating Mermaid diagrams from Terraform plans - It has a long way to go, but I think this could be a cool GitHub Action https://github.com/RoseSecurity/Terramaid 16 comments devops
- GitHub - Mortimerp9/Prolog-Graphplan: The Graphplan algorithm is an automatic planning algorithm that can compute, given a set of rules, a plan of action to go from an initial state to a final state. This project provides an open source (GPL v3) implementation of this planner in Prolog. https://github.com/Mortimerp9/Prolog-Graphplan 2 comments prolog
- TIL: If your team has trouble picking up pull requests, you can auto-tag them with estimated time to review so team members don't think a 5-minute review is actually going to be 60 minutes and vice versa. I set mine up here but apparently GitHub Actions works as well. https://github.com/marketplace/gitstream-by-linearb 3 comments github
- TIL: If your team has trouble picking up pull requests, you can auto-tag them with estimated time to review so team members don't think a 5-minute review is actually going to be 60 minutes and vice versa. I set mine up here but apparently GitHub Actions works as well. https://github.com/marketplace/gitstream-by-linearb 5 comments webdev
- TIL: On GitHub, you can auto-tag your pull requests with estimated time to review so team members don't think a 10-minute review is actually going to be 2-3 hours and vice versa. I set mine up here but apparently GitHub Actions works as well. https://github.com/marketplace/gitstream-by-linearb 13 comments programming