Bump fsfe/reuse-action from 3 to 5 (#65)
[storage-units.git] / .github / workflows / verify.yml
blob683372462cf529523b73ad11dd541f48d5a26722
1 # SPDX-FileCopyrightText: The Storage-Units Authors
2 # SPDX-License-Identifier: 0BSD
4 name: Verify Commits
5 on:
6   pull_request:
7     branches: [ main ]
8 jobs:
9   verify:
10     runs-on: ubuntu-latest
11     steps:
12       - name: Clone Git Repository
13         uses: actions/checkout@v4
14       - uses: ./.github/actions/managed-java
15       - name: Build with Maven
16         run: mvn --batch-mode verify