loong / go-concurrency-exercises

Hands on exercises with real-life examples to study and practice Go concurrency patterns. Test-cases are provided to verify your answers.
Other
1.11k stars 378 forks source link

Add GitHub Actions CI pipeline to do static code check #13

Closed loong closed 1 year ago

loong commented 4 years ago

Purpose

Currently, we do all the checks by hand. Should automate it to ensure a good GoReportCard!

Description

I copy pasta the process used here: https://github.com/grandcolline/golang-github-actions

loong commented 1 year ago

Seems that the repo needs to get modernized first. E.g. adding go module support