Skip to content

Commit

Permalink
test qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Dec 20, 2023
1 parent 209cf88 commit 194594f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
- static-code-analysis

jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
2 changes: 2 additions & 0 deletions qodana.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
version: "1.0"
linter: jetbrains/qodana-go:2023.3

0 comments on commit 194594f

Please sign in to comment.