Skip to content

fix: manager ignite for native ETH out, descriptor health factor #171

fix: manager ignite for native ETH out, descriptor health factor

fix: manager ignite for native ETH out, descriptor health factor #171

Workflow file for this run

name: Lint Python
on:
push:
branches:
- main
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- name: Check out github repository
uses: actions/checkout@v3
- name: Set up python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install python dependencies
run: pip install -r requirements.txt
- name: Run black
run: black --check .