Skip to content

build: use setuptools-git-versioning for versioning #32

build: use setuptools-git-versioning for versioning

build: use setuptools-git-versioning for versioning #32

Workflow file for this run

name: lint-chimedb.data_index
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
lint-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: 3.12
- name: Install black
run: pip install black
- name: Check code with black
run: black --check .