Skip to content

Configure release pipeline, using shared actions from dbt-adapters #1

Configure release pipeline, using shared actions from dbt-adapters

Configure release pipeline, using shared actions from dbt-adapters #1

Workflow file for this run

name: Code Quality
on:
push:
branches:
- "main"
- "*.latest"
pull_request:
workflow_dispatch:
permissions: read-all
# will cancel previous workflows triggered by the same event and for the same ref for PRs or same SHA otherwise
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.ref || github.sha }}
cancel-in-progress: true
jobs:
code-quality:
uses: dbt-labs/dbt-adapters/.github/workflows/code-quality.yml@main

Check failure on line 20 in .github/workflows/code-quality.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code-quality.yml

Invalid workflow file

error parsing called workflow ".github/workflows/code-quality.yml" -> "dbt-labs/dbt-adapters/.github/workflows/code-quality.yml@main" : failed to fetch workflow: workflow was not found.