Skip to content

update the structure for the monorepo #1

update the structure for the monorepo

update the structure for the monorepo #1

Workflow file for this run

name: "Code quality"
on:
workflow_dispatch:
inputs:
branch:
description: "Choose the branch to check"
type: string
default: "main"
repository:
description: "Choose the repository to check, when using a fork"
type: string
default: "dbt-labs/dbt-athena"
permissions:
contents: read
jobs:
code-quality:
uses: dbt-labs/dbt-adapters/.workflows/_code-quality.yml@monorepo-prep

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

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
branch: ${{ inputs.branch }}
repository: ${{ inputs.repository }}