From c7350a073eddc220e97b6c844d59f8eb6ee285f2 Mon Sep 17 00:00:00 2001 From: henri Date: Mon, 17 Jul 2023 08:41:56 +0200 Subject: [PATCH] add reuse workflow --- .github/workflows/reuse.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/reuse.yml diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml new file mode 100644 index 000000000..577092816 --- /dev/null +++ b/.github/workflows/reuse.yml @@ -0,0 +1,12 @@ +name: REUSE Compliance Check + +on: push + +jobs: + test: + runs-on: ubuntu-20.04 + steps: + - name: Checkout source code + uses: actions/checkout@v2 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v1 \ No newline at end of file