Skip to content

Added a Dockerfile to starting a REPL for testing purposes (#7) #13

Added a Dockerfile to starting a REPL for testing purposes (#7)

Added a Dockerfile to starting a REPL for testing purposes (#7) #13

Workflow file for this run

name: Qodana
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
checks: write
pull-requests: write
defaults:
run:
working-directory: ./
jobs:
qodana-check:
runs-on: ubuntu-latest
name: Inspect Code
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Qodana
uses: JetBrains/qodana-action@v2025.1
with:
args: --baseline,.qodana/qodana.sarif.json
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}