Skip to content

Commit

Permalink
Fixing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
boldar99 committed Aug 7, 2023
1 parent cdec768 commit 201daf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
pip install nuitka==1.5.4
- name: Deploy
run: |
pyside6-deploy ${{ env.SRC_DIR }}/__main__.py
pyside6-deploy --name zxlive --force ${{ env.SRC_DIR }}/__main__.py
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
run:
python -m pip install pyproject-flake8 pylint
- name: Flake8
continue-on-error: true
run:
pflake8 zxlive
- name: Pylint
continue-on-error: true
run:
pylint zxlive

0 comments on commit 201daf2

Please sign in to comment.