All checks were successful
Python Linters / mypy (push) Successful in 1m39s
Python Linters / formatting (push) Successful in 1m42s
Python Linters / pylint (push) Successful in 1m46s
REUSE Compliance / reuse (push) Successful in 46s
Selftests / test-sync (push) Successful in 1m38s
Selftests / test-build-install (push) Successful in 1m43s
Reviewed-on: #53
20 lines
357 B
YAML
20 lines
357 B
YAML
# SPDX-FileCopyrightText: 2023 Max Mehl <https://mehl.mx>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
name: REUSE Compliance
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
|
|
jobs:
|
|
reuse:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v6
|
|
- name: Check REUSE Compliance
|
|
uses: https://github.com/fsfe/reuse-action@v6
|