Update reuse.yml

This commit is contained in:
Winni Neessen 2022-06-17 15:27:07 +02:00 committed by GitHub
parent 617ff3eed5
commit 4e4d3f5157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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