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/[email protected]
- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.11"
cache: pip
cache-dependency-path: .pre-commit-config.yaml
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()