Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
ci: add reuse workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Mikko Murto <mikko.murto@hhpartners.fi>
  • Loading branch information
mmurto committed Jul 5, 2022
1 parent 55824d8 commit 61c56cd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# SPDX-FileCopyrightText: 2022 HH Partners
#
# SPDX-License-Identifier: MIT

name: Reuse

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
Reuse:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1

0 comments on commit 61c56cd

Please sign in to comment.