Skip to content

Commit

Permalink
ci: Add qodana analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Mar 14, 2024
1 parent a935586 commit 6200b0e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/qodana-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 8
uses: actions/setup-java@v3
id: sj
with:
java-version: 8
distribution: zulu
cache: maven
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
Expand All @@ -27,6 +34,9 @@ jobs:
run: |
mkdir -p $HOME/.m2/repository
cp -a nms-build/.m2/repository/. $HOME/.m2/repository
- name: Install maven
run: |
mvn install
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@main
env:
Expand Down

0 comments on commit 6200b0e

Please sign in to comment.