Skip to content

fixed automatic wallet creation when calling float balance #430

fixed automatic wallet creation when calling float balance

fixed automatic wallet creation when calling float balance #430

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
push:
branches: [ 10.x ]
pull_request:
branches: [ 10.x ]
jobs:
qodana:
runs-on: ubuntu-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@v2023.3
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}