Skip to content

Bump VERSION for this PR (https://github.com/LedgerHQ/app-tron/pull/83) and fix Flex snapshots #111

Bump VERSION for this PR (https://github.com/LedgerHQ/app-tron/pull/83) and fix Flex snapshots

Bump VERSION for this PR (https://github.com/LedgerHQ/app-tron/pull/83) and fix Flex snapshots #111

Workflow file for this run

name: Lint
on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:
jobs:
src_lint_check:
name: Lint check on source files
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_lint.yml@v1
with:
version: 11
source: src/
tests_lint_check:
name: Lint check on tests files
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v3
- run: pip install yapf toml
- name: Yapf source formatting
run: |
yapf tests/ --recursive -d