mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
17 lines
334 B
YAML
17 lines
334 B
YAML
name: Qodana
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches:
|
|
- main
|
|
- develop
|
|
pull_request:
|
|
types: [opened, synchronize, reopened]
|
|
jobs:
|
|
qodana:
|
|
name: 'Qodana Scan'
|
|
steps:
|
|
- name: 'Qodana Scan'
|
|
uses: JetBrains/qodana-action@main
|
|
env:
|
|
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} |