Skip to content

Merge pull request #117 from Mowlawner/auto-battle-refactor-again #58

Merge pull request #117 from Mowlawner/auto-battle-refactor-again

Merge pull request #117 from Mowlawner/auto-battle-refactor-again #58

Workflow file for this run

name: Black code formatter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--line-length 120 --check --verbose"