Skip to content

fix: Pinned dbt-core==1.7.13 #199

fix: Pinned dbt-core==1.7.13

fix: Pinned dbt-core==1.7.13 #199

Workflow file for this run

name: pre-commit
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches: [main]
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-latest
env:
FORCE_COLOR: "1"
steps:
- name: Checkout code
uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v5.1.0
with:
python-version: "3.11"
cache: pip
cache-dependency-path: .pre-commit-config.yaml
- uses: pre-commit/action@v3.0.1
- uses: pre-commit-ci/lite-action@v1.0.2
if: always()