add version command
All checks were successful
Python Linters / formatting (pull_request) Successful in 1m17s
Python Linters / mypy (pull_request) Successful in 1m24s
Python Linters / pylint (pull_request) Successful in 1m31s
REUSE Compliance / reuse (pull_request) Successful in 15s
Selftests / test-build-install (pull_request) Successful in 54s
Selftests / test-sync (pull_request) Successful in 1m16s

This commit is contained in:
2024-01-16 15:59:08 +01:00
parent 60455082c2
commit 4250475933
3 changed files with 12 additions and 1 deletions

View File

@@ -24,7 +24,9 @@ jobs:
- name: Install package
run: pip3 install dist/seafile_mirror-*.tar.gz
- name: Run package
run: seafile-mirror --help
run: |
seafile-mirror --version
seafile-mirror --help
# Run tool and sync a test library
test-sync: