From 781575468b92491e5908e525f951cc3e67c9c147 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Tue, 16 Jan 2024 14:30:41 +0100 Subject: [PATCH] fix REUSE and action path --- .gitea/workflows/publish.yaml | 4 ++++ .gitea/workflows/test.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index c1f24fb..55a5e05 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 Max Mehl +# +# SPDX-License-Identifier: Apache-2.0 + name: Python package on: push: diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 98d653d..92a545e 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -58,8 +58,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: ./.github/actions/poetrybuild - - name: Check own repository in DEBUG mode + - uses: ./.gitea/actions/poetrybuild + - name: Try to run app run: poetry run seafile-mirror --help # pytest: