Compare commits

..

3 Commits

Author SHA1 Message Date
0923a6e6a6 add version command
All checks were successful
Test suites / test-build-install (pull_request) Successful in 28s
Test suites / selftest (pull_request) Successful in 1m0s
Test suites / pylint (pull_request) Successful in 34s
Test suites / formatting (pull_request) Successful in 29s
Test suites / mypy (pull_request) Successful in 29s
Test suites / reuse (pull_request) Successful in 7s
2024-01-16 16:09:19 +01:00
9f910ae9f2 fix pylint by igoring some errors 2024-01-16 16:09:19 +01:00
7b3f0a9418 add CI tests and publishing workflows 2024-01-16 16:09:19 +01:00
2 changed files with 1 additions and 3 deletions

1
tests/.gitignore vendored
View File

@@ -1 +0,0 @@
ci-test/

View File

@@ -2,8 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0
# Configuration file for seafile-mirror which will be filled in and applied in
# the CI test
# Example configuration file for seafile-mirror
- server: __seafile_server__
user: __seafile_user__
password: __seafile_pass__