Skip to content

Always return to main menu at the end of get_wallet_address #1278

Always return to main menu at the end of get_wallet_address

Always return to main menu at the end of get_wallet_address #1278

Workflow file for this run

name: Code style check
on:
workflow_dispatch:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
job_lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v2
- name: Lint
uses: DoozyX/[email protected]
with:
source: './src'
extensions: 'h,c'
clangFormatVersion: 12