Bump github/codeql-action from 2 to 3
[storage-units.git] / .github / workflows / reuse.yml
blob31a8c32db0162e1382902fa2e1990173815bb4bd
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   reuse:
12     runs-on: ubuntu-latest
13     steps:
14       - id: checkout
15         name: Checkout
16         uses: actions/checkout@v4
17       - name: REUSE Compliance Check
18         uses: fsfe/reuse-action@v2