Skip to content

Merge branch 'main' of https://github.com/Red-Studio-Ragnarok/Alfheim #52

Merge branch 'main' of https://github.com/Red-Studio-Ragnarok/Alfheim

Merge branch 'main' of https://github.com/Red-Studio-Ragnarok/Alfheim #52

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- name: Qodana Composite
uses: Red-Studio-Ragnarok/Qodana-Composite@main
with:
qodana_token: ${{ secrets.QODANA_TOKEN }}