Skip to content

Commit

Permalink
Removing workflow job.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Aug 13, 2024
1 parent e969a2b commit 0c8d4a5
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,3 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 0c8d4a5

Please sign in to comment.