3 Commits

Author SHA1 Message Date
mxmehl 0923a6e6a6 add version command
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
mxmehl 9f910ae9f2 fix pylint by igoring some errors 2024-01-16 16:09:19 +01:00
mxmehl 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
View File
@@ -1 +0,0 @@
ci-test/
+1 -2
View File
@@ -2,8 +2,7 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# Configuration file for seafile-mirror which will be filled in and applied in # Example configuration file for seafile-mirror
# the CI test
- server: __seafile_server__ - server: __seafile_server__
user: __seafile_user__ user: __seafile_user__
password: __seafile_pass__ password: __seafile_pass__