You've already forked photo-importer
mirror of
https://github.com/sashacmc/photo-importer.git
synced 2025-10-06 21:57:04 +02:00
Fix CI pipelines
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user