Merge pull request #2038 from svartkanin/fix-github-action

Fix github action
This commit is contained in:
Daniel Girtler 2023-09-14 07:02:35 +10:00 committed by GitHub
commit 9bfd8c622a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 8 deletions

View File

@ -6,7 +6,7 @@ jobs:
container:
image: archlinux:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu bandit
- name: Security checkup with Bandit
run: bandit -r archinstall || exit 0

View File

@ -6,7 +6,7 @@ jobs:
container:
image: archlinux:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python python-pip
- run: pip install --break-system-packages --upgrade pip
- run: pip install --break-system-packages flake8

View File

@ -26,7 +26,7 @@ jobs:
image: archlinux:latest
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pwd
- run: find .
- run: cat /etc/os-release

View File

@ -6,7 +6,7 @@ jobs:
container:
image: archlinux:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python mypy python-pip
- run: pip install --break-system-packages --upgrade pip
- run: pip install --break-system-packages fastapi pydantic

View File

@ -7,7 +7,7 @@ jobs:
image: archlinux:latest
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python python-pip qemu gcc
- run: python -m pip install --break-system-packages --upgrade pip
- run: pip install --break-system-packages pytest

View File

@ -11,11 +11,12 @@ jobs:
image: archlinux:latest
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare arch
run: |
pacman-key --init
pacman --noconfirm -Sy archlinux-keyring
pacman --noconfirm -Syyu
pacman --noconfirm -Sy python-pip python-pyparted python-simple-term-menu pkgconfig gcc
- name: Install build dependencies
run: |

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:

View File

@ -12,7 +12,7 @@ jobs:
container:
image: archlinux:latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python
- run: cd archinstall/locales
- run: pwd