Skip to content

Dev sun and shadow settings #144

Dev sun and shadow settings

Dev sun and shadow settings #144

Workflow file for this run

name: Code quality
on:
workflow_dispatch:
pull_request_target:
push:
branches:
- master
jobs:
qodana:
runs-on: windows-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}