Update CI :

- Python version update to 3.10
- Add the Pylinter step with the main pull request
- Py Linter, add the exit code saved
This commit is contained in:
Aurelien Vaillant
2022-06-08 10:16:32 +02:00
parent afd9305959
commit 0d34a9e381
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@main
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Setup python to execute all Unit Test
run: |
python -m pip install --upgrade pip