Skip to content

Merge branch 'main' into enable_black_again #15

Merge branch 'main' into enable_black_again

Merge branch 'main' into enable_black_again #15

Workflow file for this run

name: Code style check
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: --check --diff
src: ./source/databricks/calculation-engine