Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
fix: Qodanaのlinter指定修正 (#792)
Browse files Browse the repository at this point in the history
* fix: Qodanaのlinter指定修正

* chore: add upload artifact

* fix: use-caches: false

* fix: qodana 10 minutes timeout

* fix: qodana 30 minutes timeout

* fix: remove use-caches false

* fix: add use-caches false
  • Loading branch information
book000 authored Apr 26, 2022
1 parent 70c36b8 commit 85d80bc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/qodana-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,17 @@ jobs:

- name: Qodana Scan
uses: JetBrains/[email protected]
timeout-minutes: 30
with:
linter: jetbrains/qodana-jvm-community
fail-threshold: 100
upload-result: true
args: "--linter,jetbrains/qodana-jvm-community,--fail-threshold,100"
use-caches: false

- uses: actions/upload-artifact@v3
if: always()
with:
name: results
path: ${{ runner.temp }}/qodana/results

- uses: github/codeql-action/upload-sarif@v1
with:
Expand Down

0 comments on commit 85d80bc

Please sign in to comment.