Skip to content

Support python version >= 3.8 (#7) #28

Support python version >= 3.8 (#7)

Support python version >= 3.8 (#7) #28

Workflow file for this run

# Copyright (c) 2023-2024 tracetronic GmbH
#
# SPDX-License-Identifier: MIT
name: REUSE Compliance Check
on:
push:
branches:
- main
pull_request:
jobs:
reuse:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2