Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Dec 6, 2024
1 parent c2ef47d commit 8f5d6d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'

- run: git describe --tags
- run: git log
#git describe --tags

0 comments on commit 8f5d6d8

Please sign in to comment.