Skip to content

Expose FileInfo as actual/expected for file/path diff assertions #20

Expose FileInfo as actual/expected for file/path diff assertions

Expose FileInfo as actual/expected for file/path diff assertions #20

Workflow file for this run

name: Qodana
on: [push, pull_request, workflow_dispatch]
jobs:
qodana:
name: Scan
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@d7b5ec2fbec32197ef447c450e00589ed5f34fd5 # v2026.1.0
with:
# https://youtrack.jetbrains.com/issue/QD-6342 – no option to disable emojis
post-pr-comment: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}