1 # SPDX-FileCopyrightText: The reguloj Authors
2 # SPDX-License-Identifier: 0BSD
9 - .github/workflows/verify.yml
15 - .github/workflows/verify.yml
20 runs-on: ubuntu-latest
22 - name: Clone Git Repository
23 uses: actions/checkout@v3
25 uses: actions/setup-java@v3
31 - name: Cache Dependencies
32 uses: actions/cache@v3
34 path: ~/.m2/repository
35 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
37 ${{ runner.os }}-maven-
38 - name: Build with Maven
39 run: mvn --batch-mode verify