Compare commits

..

6 Commits

Author SHA1 Message Date
0351e55f7c split runs in action
All checks were successful
Test suites / test-build-install (pull_request) Successful in 28s
Test suites / selftest (pull_request) Successful in 53s
Test suites / pylint (pull_request) Successful in 34s
Test suites / formatting (pull_request) Successful in 27s
Test suites / mypy (pull_request) Successful in 30s
Test suites / reuse (pull_request) Successful in 7s
2024-01-16 16:25:22 +01:00
59a435c247 fix reuse/gitignore 2024-01-16 16:25:11 +01:00
31e48bbb03 test additional poetry install args
Some checks failed
Test suites / test-build-install (pull_request) Successful in 28s
Test suites / selftest (pull_request) Successful in 51s
Test suites / pylint (pull_request) Successful in 29s
Test suites / formatting (pull_request) Successful in 25s
Test suites / mypy (pull_request) Successful in 27s
Test suites / reuse (pull_request) Failing after 7s
2024-01-16 16:22:07 +01:00
d51a5b89fc add version command
Some checks failed
Test suites / test-build-install (pull_request) Successful in 27s
Test suites / selftest (pull_request) Successful in 55s
Test suites / pylint (pull_request) Successful in 33s
Test suites / formatting (pull_request) Successful in 28s
Test suites / mypy (pull_request) Successful in 31s
Test suites / reuse (pull_request) Failing after 7s
2024-01-16 16:12:39 +01:00
40cba3b4f0 fix pylint by igoring some errors 2024-01-16 16:12:39 +01:00
041ccd24ef add CI tests and publishing workflows 2024-01-16 16:12:39 +01:00

View File

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