Skip to content

Commit

Permalink
Fix CI pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Oct 30, 2024
1 parent eaec55c commit 95ffc14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 95ffc14

Please sign in to comment.