Skip to content

Read and confirm mnemonic - T2T1 and T3T1 #87

Read and confirm mnemonic - T2T1 and T3T1

Read and confirm mnemonic - T2T1 and T3T1 #87

name: "[Check] validate trezor-user-env"
on: [pull_request]
jobs:
validation-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Nix
uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Install poetry"
run: nix-shell --run "poetry install"
- name: Run style check
run: nix-shell --run "poetry run make style_check"
- name: Run code check
run: nix-shell --run "poetry run make code_check"