fix REUSE and action path
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user