From 56a36df4dc08d68eff15887f07bedc47d9421a5e Mon Sep 17 00:00:00 2001 From: Andrew Scribner Date: Tue, 21 Nov 2023 13:50:50 -0500 Subject: [PATCH] remove duplicate lint check from integrate.yaml CI --- .github/workflows/integrate.yaml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index cec4837..36fddc0 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -8,26 +8,13 @@ on: required: true jobs: - lib-check: - name: Check libraries + quality-checks: + name: Quality checks uses: canonical/charmed-kubeflow-workflows/.github/workflows/_quality-checks.yaml@main secrets: inherit with: charm-path: "." - lint: - name: Lint - runs-on: ubuntu-20.04 - steps: - - name: Check out code - uses: actions/checkout@v3 - - - name: Install dependencies - run: pip install tox - - - name: Lint code - run: tox -vve lint - unit-test: name: Unit runs-on: ubuntu-20.04