From 6ba0e5c441be1d49a360bdae81dd8dc14c0ce00a Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:08:55 -0400 Subject: [PATCH] Fix minor copy/paste errors in GitHub workflow configs (#2672) --- .github/workflows/bandit.yaml | 2 +- .github/workflows/flake8.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bandit.yaml b/.github/workflows/bandit.yaml index fee1f837..905d04d3 100644 --- a/.github/workflows/bandit.yaml +++ b/.github/workflows/bandit.yaml @@ -1,7 +1,7 @@ on: [ push, pull_request ] name: Bandit security checkup jobs: - flake8: + bandit: runs-on: ubuntu-latest container: image: archlinux/archlinux:latest diff --git a/.github/workflows/flake8.yaml b/.github/workflows/flake8.yaml index ffb9e2f2..583eba8a 100644 --- a/.github/workflows/flake8.yaml +++ b/.github/workflows/flake8.yaml @@ -14,7 +14,7 @@ jobs: pacman --noconfirm -Syyu pacman --noconfirm -Sy python-pip python-pyparted python-simple-term-menu pkgconfig gcc - run: pip install --break-system-packages --upgrade pip - # this will install the exact version of mypy that is in the pyproject.toml file + # this will install the exact version of flake8 that is in the pyproject.toml file - name: Install archinstall dependencies run: pip install --break-system-packages .[dev] - run: python --version