Skip to content

feat: add custom leaderboard UI and logging #20

feat: add custom leaderboard UI and logging

feat: add custom leaderboard UI and logging #20

Workflow file for this run

name: Static Checks 📊
on:
push:
branches-ignore:
- gh-pages
- korGE-legacy
- dev
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-static
cancel-in-progress: true
jobs:
static-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python -m pip install 'gdtoolkit==4.*'
- name: Format Code
run: |
gdformat .