Skip to content

Improve machine_id ergonomics #34

Improve machine_id ergonomics

Improve machine_id ergonomics #34

Workflow file for this run

name: Lint check project
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Black Check
uses: jpetrucciani/[email protected]
- name: python-isort
uses: isort/[email protected]
with:
isortVersion: 5.7.0
configuration: --profile black --diff --check-only