mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -1,18 +1,7 @@
|
|||||||
name: Sonarcloud CI
|
name: Sonarcloud CI
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- develop
|
|
||||||
pull_request:
|
|
||||||
types: [opened, synchronize, reopened]
|
|
||||||
jobs:
|
jobs:
|
||||||
qodana:
|
|
||||||
name: 'Qodana Scan'
|
|
||||||
uses: JetBrains/qodana-action@main
|
|
||||||
env:
|
|
||||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
|
||||||
sonarcloud:
|
sonarcloud:
|
||||||
name: SonarCloud
|
name: SonarCloud
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
15
.github/workflows/qodana.yaml
vendored
Normal file
15
.github/workflows/qodana.yaml
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
name: Qodana
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- develop
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize, reopened]
|
||||||
|
jobs:
|
||||||
|
qodana:
|
||||||
|
name: 'Qodana Scan'
|
||||||
|
uses: JetBrains/qodana-action@main
|
||||||
|
env:
|
||||||
|
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
Reference in New Issue
Block a user