Skip to content

feat: add league and track api group #2

feat: add league and track api group

feat: add league and track api group #2

Workflow file for this run

name: Lint Check
on:
pull_request:
types: [synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: black Lint
uses: psf/black@stable
- name: flake8 Lint
uses: py-actions/flake8@v2