Skip to content

Clarify the create-wheel option. #6

Clarify the create-wheel option.

Clarify the create-wheel option. #6

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Run black, flake8, isort
uses: pre-commit/[email protected]