Bump fsfe/reuse-action from 3 to 4 #71
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: The Storage-Units Authors | |
# SPDX-License-Identifier: 0BSD | |
name: Verify Commits | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
verify: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone Git Repository | |
uses: actions/checkout@v4 | |
- uses: ./.github/actions/managed-java | |
- name: Build with Maven | |
run: mvn --batch-mode verify |