forked from certtools/intelmq
-
-
Notifications
You must be signed in to change notification settings - Fork 0
27 lines (22 loc) · 551 Bytes
/
reuse.yml
File metadata and controls
27 lines (22 loc) · 551 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#Github Workflow reuse licensecheck
#
#SPDX-FileCopyrightText: 2021 Birger Schacht
#SPDX-License-Identifier: AGPL-3.0-or-later
name: "ReUse License Check"
on:
push:
pull_request:
branches: [ develop ]
jobs:
license:
name: Check license compliance
runs-on: ubuntu-latest
# This should not fail the whole workflow run
continue-on-error: true
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: REUSE compliance check
uses: fsfe/reuse-action@v2