Skip to content

chore: Update leaderboard to display top 15 players instead of top 20 #31

chore: Update leaderboard to display top 15 players instead of top 20

chore: Update leaderboard to display top 15 players instead of top 20 #31

Workflow file for this run

name: Lint
on: [ push ]
jobs:
gotest:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.21
- uses: actions/checkout@v3
- name: go build
run: go test -v ./...
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.21
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest