From 9aeba88aee8cbca112f9f12e2f82f4014edebf77 Mon Sep 17 00:00:00 2001 From: Adrien Brignon Date: Sun, 23 Jun 2024 12:40:35 +0200 Subject: [PATCH] ci: fixes --- .github/workflows/lint.yml | 4 ++-- .github/workflows/security.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e1b9618..97d3410 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,8 +8,8 @@ env: PYTHON_VERSION: '3.12' jobs: - lint: - name: Lint source code + flake8: + name: Flake8 runs-on: ubuntu-latest steps: - name: Checkout repository diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index b9b1568..82314a5 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -8,8 +8,8 @@ env: PYTHON_VERSION: '3.12' jobs: - lint: - name: Lint source code + bandit: + name: Bandit runs-on: ubuntu-latest steps: - name: Checkout repository