Skip to content

Commit

Permalink
oki doiiiiiiikii
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan1522 committed Sep 22, 2024
1 parent 6c3e685 commit 29d83aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run formatter
run: ./gradlew spotlessCheck

pmd-code-scan:
lint:
name: "Linter"
permissions:
contents: read # for actions/checkout to fetch code
Expand All @@ -56,10 +56,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: 17
distribution: 'temurin'
- name: Run PMD
id: pmd
Expand Down

0 comments on commit 29d83aa

Please sign in to comment.