From ce6eff453d7cc7843369d8bc1e97033b59af6df2 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Thu, 18 Apr 2024 21:39:49 -0400 Subject: [PATCH] formatting --- .github/workflows/code-quality.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 0affddc4..9c203847 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -15,10 +15,6 @@ concurrency: group: ${{ github.workflow }}-${{ github.event_name }}-${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.ref || github.sha }} cancel-in-progress: true -defaults: - run: - shell: bash - jobs: code-quality: name: Code Quality @@ -34,4 +30,5 @@ jobs: uses: ./.github/actions/setup-hatch - name: Run code quality + shell: bash run: hatch run code-quality