Skip to content

Commit

Permalink
Add JetBrains Qodana to CI for code inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
profiluefter authored Apr 22, 2021
1 parent b29966c commit cf14d7e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Code Inspection

on: ['push', 'pull_request', 'workflow_dispatch']

jobs:
inspect:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Qodana Code Inspection
uses: JetBrains/[email protected]
- name: Upload Report
uses: actions/[email protected]
with:
name: report
path: ${{ github.workspace }}/qodana

0 comments on commit cf14d7e

Please sign in to comment.