update workflows (#58)
[storage-units.git] / .github / workflows / reuse.yml
blob1badef4eb7272ee2ca8af378a03540b8b860e75b
1 # SPDX-FileCopyrightText: The Storage-Units Authors
2 # SPDX-License-Identifier: 0BSD
4 name: REUSE compliance
5 on:
6   pull_request:
7     branches: [ main ]
8 jobs:
9   reuse:
10     runs-on: ubuntu-latest
11     steps:
12       - uses: actions/checkout@v4
13       - name: REUSE Compliance Check
14         uses: fsfe/reuse-action@v2