update project meta
[storage-units.git] / .github / workflows / reuse.yml
blobc34439bb5da5eb4a72154e72fa9ecd263b6a4e60
1 # SPDX-FileCopyrightText: The Storage-Units Authors
2 # SPDX-License-Identifier: 0BSD
4 name: REUSE compliance
5 on:
6   push:
7     branches: [ main ]
8   pull_request:
9     branches: [ main ]
10 jobs:
11   check:
12     runs-on: ubuntu-latest
13     steps:
14       - uses: actions/checkout@v3
15       - name: REUSE Compliance Check
16         uses: fsfe/reuse-action@v1