Skip to content

Merge pull request #26 from chime-experiment/ljg/fix-pyproject #38

Merge pull request #26 from chime-experiment/ljg/fix-pyproject

Merge pull request #26 from chime-experiment/ljg/fix-pyproject #38

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 .