Skip to content

KBA-Learning/lgtm-workshop

LGTM Workshop

Welcome to the LGTM workshop repository!

Build Release CI License

Workshop Goal

Learn professional development practices by:

  • Writing tests before implementation (TDD)
  • Using CI/CD pipelines (GitHub Actions)
  • Following open-source conventions (commits, PRs, issues)

Quick Start

Prerequisites

  • Git with SSH configured
  • Go 1.24+ OR Node.js 24+ (choose your language)
  • GitHub account
  • Code editor

Setup

# Fork this repository first (click Fork button above)

# Clone your fork
git clone git@github.com:YOUR_USERNAME/lgtm-workshop.git
cd lgtm-workshop

# For Go
go mod download
go test ./...

# For JavaScript
npm install
npm test

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors