From f2c8990b94ba61918af8f4d1e3f4e9e045da1d32 Mon Sep 17 00:00:00 2001 From: Matthew McKnight Date: Thu, 14 Dec 2023 10:24:38 -0600 Subject: [PATCH 1/2] remove code_quality check from main.yml --- .github/workflows/main.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72f68128f..32f560d9e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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/setup-python@v4.3.0 - 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: Run pre-commit hooks - run: pre-commit run --all-files --show-diff-on-failure - unit: name: unit test / python ${{ matrix.python-version }} From e3be075494ec3d06b3e9c1273a657b4a816d6f40 Mon Sep 17 00:00:00 2001 From: Matthew McKnight Date: Thu, 14 Dec 2023 13:17:00 -0600 Subject: [PATCH 2/2] add changelog --- .changes/unreleased/Under the Hood-20231214-131654.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Under the Hood-20231214-131654.yaml diff --git a/.changes/unreleased/Under the Hood-20231214-131654.yaml b/.changes/unreleased/Under the Hood-20231214-131654.yaml new file mode 100644 index 000000000..c4a5212d7 --- /dev/null +++ b/.changes/unreleased/Under the Hood-20231214-131654.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: removing code_quality check +time: 2023-12-14T13:16:54.322771-06:00 +custom: + Author: McKnight-42 + Issue: "867"