Fix minor copy/paste errors in GitHub workflow configs (#2672)

This commit is contained in:
correctmost 2024-09-07 18:08:55 -04:00 committed by GitHub
parent 876d155be9
commit 6ba0e5c441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
on: [ push, pull_request ]
name: Bandit security checkup
jobs:
flake8:
bandit:
runs-on: ubuntu-latest
container:
image: archlinux/archlinux:latest

View File

@ -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