fix REUSE and action path
Some checks failed
Test suites / selftest (pull_request) Failing after 5s
Test suites / reuse (pull_request) Successful in 6s

This commit is contained in:
2024-01-16 14:30:41 +01:00
parent 9bbd95396c
commit 781575468b
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Max Mehl <https://mehl.mx>
#
# SPDX-License-Identifier: Apache-2.0
name: Python package name: Python package
on: on:
push: push:

View File

@@ -58,8 +58,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ./.github/actions/poetrybuild - uses: ./.gitea/actions/poetrybuild
- name: Check own repository in DEBUG mode - name: Try to run app
run: poetry run seafile-mirror --help run: poetry run seafile-mirror --help
# pytest: # pytest: