Skip to content

Commit

Permalink
Try Qodana linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSnowden committed Dec 29, 2022
1 parent adf7c54 commit 24ce4da
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/qodana.yml
@@ -0,0 +1,17 @@
name: Qodana
on:
workflow_dispatch:
push:
permissions:
contents: read
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2022.3.0
env:
QODANA_TOKEN: ${{ secrets.SNOWDEN_QODANA_TEST }}
5 changes: 5 additions & 0 deletions qodana.yaml
@@ -0,0 +1,5 @@
version: "1.0"
linter: jetbrains/qodana-go:2022.3-eap
profile:
name: "qodana.starter"
bootstrap: "go mod download && go mod verify"

0 comments on commit 24ce4da

Please sign in to comment.