forked from extern/podman-compose
Fixes #659: fix permissions when installing OS packages for linting/black
Signed-off-by: BugFest <bugfest.dev@pm.me>
This commit is contained in:
parent
7f5ce26b1b
commit
5eff38e743
4
.github/workflows/pylint.yml
vendored
4
.github/workflows/pylint.yml
vendored
@ -11,8 +11,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install psf/black requirements
|
- name: Install psf/black requirements
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
sudo apt-get update
|
||||||
apt-get install -y python3 python3-venv
|
sudo apt-get install -y python3 python3-venv
|
||||||
- uses: psf/black@stable
|
- uses: psf/black@stable
|
||||||
with:
|
with:
|
||||||
options: "--check --verbose"
|
options: "--check --verbose"
|
||||||
|
Loading…
Reference in New Issue
Block a user