Skip to content

Commit

Permalink
ci: add workflow for reuse
Browse files Browse the repository at this point in the history
Signed-off-by: Mikko Murto <[email protected]>
  • Loading branch information
mmurto committed Apr 19, 2022
1 parent 91a9f72 commit fe17df7
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 fe17df7

Please sign in to comment.