Skip to content

qodana test

qodana test #2

Workflow file for this run

name: Qodana
on:
push:
branches:
- master
- qodana
- 'releases/*'
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: install .NET Core 7/8 SDKs
uses: actions/setup-dotnet@v2
with:
include-prerelease: true
dotnet-version: |
7.0.x
8.0.x
- uses: actions/checkout@v3
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}