Skip to content

feat: add climbing the leaderboard solution #42

feat: add climbing the leaderboard solution

feat: add climbing the leaderboard solution #42

Workflow file for this run

name: ci
on:
push:
paths:
- "**.go"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Test
run: go test -v ./...