Skip to content

chore: deprecation of trezord-go #196

chore: deprecation of trezord-go

chore: deprecation of trezord-go #196

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 dependencies with uv"
run: nix-shell --run "uv sync"
- name: Run style check
run: nix-shell --run "uv run make style_check"
# TODO: there is a mismatch between trezorlib versions we need to solve
# - name: Run code check
# run: nix-shell --run "uv run make code_check"