mirror of
https://github.com/Paillat-dev/dismoji.git
synced 2026-01-02 09:06:20 +00:00
Fix formatting of Python version strings and ensure submodules are checked out in quality.yaml
This commit is contained in:
12
.github/workflows/quality.yaml
vendored
12
.github/workflows/quality.yaml
vendored
@@ -23,19 +23,21 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
python-version: [3.9, 3.10, 3.11, 3.12, 3.13]
|
python-version: [3.9, 3.10, 3.11, 3.12, 3.13]
|
||||||
include:
|
include:
|
||||||
- python-version: 3.9
|
- python-version: "3.9"
|
||||||
name: "Python 3.9"
|
name: "Python 3.9"
|
||||||
- python-version: 3.10
|
- python-version: "3.10"
|
||||||
name: "Python 3.10"
|
name: "Python 3.10"
|
||||||
- python-version: 3.11
|
- python-version: "3.11"
|
||||||
name: "Python 3.11"
|
name: "Python 3.11"
|
||||||
- python-version: 3.12
|
- python-version: "3.12"
|
||||||
name: "Python 3.12"
|
name: "Python 3.12"
|
||||||
- python-version: 3.13
|
- python-version: "3.13"
|
||||||
name: "Python 3.13"
|
name: "Python 3.13"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
- name: "Set up Python"
|
- name: "Set up Python"
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user