mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 23:42:55 +01:00
Create reuse.yml
This commit is contained in:
parent
090b810246
commit
617ff3eed5
1 changed files with 10 additions and 0 deletions
10
.github/workflows/reuse.yml
vendored
Normal file
10
.github/workflows/reuse.yml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
# SPDX-FileCopyrightText: 2022 Winni Neessen <winni@neessen.dev>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
name: REUSE Compliance Check
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main # or the name of your main branch
|
||||
uses: fsfe/reuse-action@v1.1.1
|
Loading…
Reference in a new issue