Skip to content

REUSE Compliance Check #185

REUSE Compliance Check

REUSE Compliance Check #185

# SPDX-FileCopyrightText: 2023 froggie <[email protected]>
#
# SPDX-License-Identifier: OSL-3.0
name: REUSE Compliance Check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '00 07 * * 1'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1