Compare commits

..

3 Commits

Author SHA1 Message Date
d15cb7bf63 add version command
All checks were successful
Test suites / test-build-install (pull_request) Successful in 27s
Test suites / selftest (pull_request) Successful in 51s
Test suites / pylint (pull_request) Successful in 33s
Test suites / formatting (pull_request) Successful in 27s
Test suites / mypy (pull_request) Successful in 29s
Test suites / reuse (pull_request) Successful in 7s
2024-01-16 16:28:42 +01:00
d54fcd5943 fix pylint by igoring some errors 2024-01-16 16:28:42 +01:00
272fef4ec0 add CI tests and publishing workflows 2024-01-16 16:28:42 +01:00

View File

@@ -35,6 +35,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
uses: ./.gitea/actions/poetrybuild
# using minimal set of dependencies
with:
poetry_install_args: "--without dev"
- name: Install seaf-cli