Skip to content

Problem 30

Problem 30 #50

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
push:
branches:
- master
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 'Qodana Scan'
uses: JetBrains/[email protected]