Skip to content

Commit

Permalink
remove code_quality check from main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 committed Dec 14, 2023
1 parent b015051 commit e9af4d4
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,34 +36,6 @@ defaults:
shell: bash

jobs:
code-quality:
name: code-quality

runs-on: ubuntu-latest

steps:
- name: Check out the repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.8'

- name: Install python dependencies
run: |
python -m pip install --user --upgrade pip
python -m pip install -r dev-requirements.txt
python -m pip --version
pre-commit --version
mypy --version
dbt --version
- name: pre-commit hooks
run: pre-commit run --all-files --show-diff-on-failure

unit:
name: unit test / python ${{ matrix.python-version }}

Expand Down

0 comments on commit e9af4d4

Please sign in to comment.