1
0
mirror of https://github.com/sashacmc/photo-importer.git synced 2024-11-16 10:08:40 +02:00

Fix CI pipelines

This commit is contained in:
sashacmc 2024-10-31 00:49:57 +01:00
parent eaec55cec7
commit 95ffc140dd
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ jobs:
photo-importer -h
- name: Upload Debian package as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: debian-package
path: artifacts/*.deb

View File

@ -21,4 +21,4 @@ jobs:
pip install .
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py') --disable missing-function-docstring,missing-module-docstring,missing-class-docstring,broad-exception-caught
pylint $(git ls-files '*.py') --disable missing-function-docstring,missing-module-docstring,missing-class-docstring,broad-exception-caught,too-many-positional-arguments