Skip to content

WIP: need to finish projection #236

WIP: need to finish projection

WIP: need to finish projection #236

Workflow file for this run

name: Check code formatting
on: [push, pull_request]
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install python3-setuptools python3-pip
- run: pip3 install --user -r requirements.txt
- run: pylint srlife
- run: black --check srlife test