Skip to content

Improve parallel threading implementation #30

Improve parallel threading implementation

Improve parallel threading implementation #30

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Check black
uses: psf/black@stable
- name: Set up flake8 GitHub annotations
uses: rbialon/flake8-annotations@v1
- name: Check flake8
run: |
pip install flake8
flake8 .