mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 05:40:50 +01:00
Update reuse.yml
This commit is contained in:
parent
617ff3eed5
commit
4e4d3f5157
1 changed files with 10 additions and 5 deletions
15
.github/workflows/reuse.yml
vendored
15
.github/workflows/reuse.yml
vendored
|
@ -3,8 +3,13 @@
|
|||
# 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
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: REUSE Compliance Check
|
||||
uses: fsfe/reuse-action@v1
|
||||
|
|
Loading…
Reference in a new issue