Merge pull request #33 from YunoHost-Apps/dev

Dev
This commit is contained in:
Jens Diemer 2023-04-03 09:07:09 +02:00 committed by GitHub
commit 5a62615efb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -14,10 +14,19 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ~/.cache/
key: dot-cache-files
- name: 'Clone YunoHost apps package linter'
run: |
git clone --depth=1 https://github.com/YunoHost/package_linter ~/package_linter
- name: 'Install requirements'
run: |
pip3 install toml
- name: 'Run linter'
run: |
~/package_linter/package_linter.py .

View file

@ -14,7 +14,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: ["3.10", "3.9", "3.8", "3.7"]
python-version: ["3.11", "3.10", "3.9"]
steps:
- uses: actions/checkout@v2
with: