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:
parent
eaec55cec7
commit
95ffc140dd
2
.github/workflows/build-debian-package.yml
vendored
2
.github/workflows/build-debian-package.yml
vendored
@ -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
|
||||
|
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user