Skip to content

Test pre-commit vs black --check #43

Test pre-commit vs black --check

Test pre-commit vs black --check #43

Workflow file for this run

name: Linters
on: push
jobs:
linters:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
pip install poetry
poetry config virtualenvs.create false
poetry install --no-root
- name: Black
run: black --check dbt_coverage