Skip to content

Commit

Permalink
Configure release pipeline, using shared actions from dbt-adapters (#1
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mikealfare authored Jan 30, 2024
1 parent 834b970 commit 6069171
Show file tree
Hide file tree
Showing 19 changed files with 69 additions and 400 deletions.
25 changes: 0 additions & 25 deletions .github/actions/publish-pypi/action.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/actions/publish-results/action.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/actions/setup-environment/action.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/actions/setup-postgres-linux/action.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/actions/setup-postgres-linux/setup_db.sh

This file was deleted.

24 changes: 0 additions & 24 deletions .github/actions/setup-postgres-macos/action.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/actions/setup-postgres-macos/setup_db.sh

This file was deleted.

12 changes: 0 additions & 12 deletions .github/actions/setup-postgres-windows/action.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/actions/setup-postgres-windows/setup_db.sh

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Code Quality

on:
push:
Expand All @@ -16,7 +16,7 @@ concurrency:
cancel-in-progress: true

jobs:
lint:
code-quality:
name: Python 3.8
runs-on: ubuntu-latest

Expand All @@ -26,15 +26,11 @@ jobs:
with:
persist-credentials: false

- name: Setup environment
uses: ./.github/actions/setup-environment
with:
python-version: "3.8"
- name: Setup `hatch`
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main

- name: Run linters
run: hatch run lint:all
shell: bash

- name: Run typechecks
run: hatch run typecheck:all
shell: bash
Loading

0 comments on commit 6069171

Please sign in to comment.