From a32b61ec20a24b79d0ff9d546d4815ea3ef8af34 Mon Sep 17 00:00:00 2001 From: DraftMan Date: Tue, 30 Jul 2024 17:43:27 +0200 Subject: [PATCH] chore: merge ci --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d793eb..1324d95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: - main jobs: - lint: + ci: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -46,10 +46,6 @@ jobs: poetry run black . --check poetry run isort . - ci: - needs: lint - runs-on: ubuntu-latest - steps: - name: Create .env file run: | echo "TOKEN=${{ secrets.BLAGUES_API_TOKEN }}" > .env