Skip to content

Commit

Permalink
Fixing a bug found by sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Apr 10, 2021
1 parent 3a56694 commit 80211c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ on:

jobs:
build:

name: Build
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit 80211c5

Please sign in to comment.