From 3e434a27321aca9c0755d6e58746012a4d49b53d Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Sun, 23 Apr 2023 08:55:37 +0200 Subject: [PATCH] fix: build workflow and lint action --- ".github/workflows/\360\237\220\215build.yml" | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git "a/.github/workflows/\360\237\220\215build.yml" "b/.github/workflows/\360\237\220\215build.yml" index 38057421..5c08775f 100644 --- "a/.github/workflows/\360\237\220\215build.yml" +++ "b/.github/workflows/\360\237\220\215build.yml" @@ -21,7 +21,14 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.10' - + + - name: Lint Code Base + uses: github/super-linter@v5 + env: + VALIDATE_ALL_CODEBASE: false + DEFAULT_BRANCH: main + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Install dependencies run: | python -m pip install --upgrade pip twine @@ -29,14 +36,6 @@ jobs: poetry install - name: Build package run: poetry build - - lint: - - name: Lint Code Base - uses: github/super-linter@v5 - env: - VALIDATE_ALL_CODEBASE: false - DEFAULT_BRANCH: main - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} release: # Run semantic release: