Skip to content

Commit

Permalink
Added code scan
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed May 9, 2023
1 parent 84b6cb9 commit 7c20b42
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/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:
- main
- 'releases/*'

jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2022.3.3
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
4 changes: 4 additions & 0 deletions qodana.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: "1.0"
linter: jetbrains/qodana-dotnet:2023.1-eap
dotnet:
solution: Eventuous.sln

0 comments on commit 7c20b42

Please sign in to comment.