From d34c9ff714e8885e7a3f92ea6c847512a2bdbcbc Mon Sep 17 00:00:00 2001 From: Dennis Guse Date: Fri, 6 Dec 2024 07:48:42 +0100 Subject: [PATCH] Test --- .github/workflows/lint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2e4ee264b..a24de690c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - fetch-depth: 0 fetch-tags: true - uses: actions/setup-java@v4 @@ -21,5 +20,4 @@ jobs: distribution: 'zulu' java-version: '17' - - run: git log - #git describe --tags + - run: git describe --tags