Skip to content

Setter fetch-depth til 0 #80

Setter fetch-depth til 0

Setter fetch-depth til 0 #80

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
cache: maven
- name: Build with Maven
run: mvn -T 2C -B clean install