Correctie workflow: Correctie typo
All checks were successful
build / testUbuntu22 (push) Successful in 5m2s
build / testRockylinux9 (push) Successful in 5m28s
build / testFedoraBuilder (push) Successful in 6m33s
build / testRockylinux8 (push) Successful in 6m32s
build / buildAndPublish (push) Has been skipped

This commit is contained in:
2025-01-12 00:36:31 +01:00
parent 26c093d7d6
commit 0ce76f351b

View File

@@ -35,7 +35,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Test
run: tox -e py36,py38,py39,p311
run: tox -e py36,py38,py39,py311
testRockylinux9:
runs-on: rockylinux9
steps:
@@ -68,6 +68,7 @@ jobs:
run: |
apt update
apt install -y git nodejs python3 python3-pip tox
pip
- name: Check out repository code
uses: actions/checkout@v3
- name: Test