Skip to content

fix: Sort playoff odds on simulation page #117

fix: Sort playoff odds on simulation page

fix: Sort playoff odds on simulation page #117

Workflow file for this run

name: linting
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
linter_name:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rickstaa/action-black@v1
with:
black_args: ". --check --diff"