Skip to content

fix: crashing when multiple pages of leaderboard #23

fix: crashing when multiple pages of leaderboard

fix: crashing when multiple pages of leaderboard #23

Workflow file for this run

name: Rust Format
on:
[push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build
run: cargo build
- name: Check Rustfmt
run: cargo fmt --check