Skip to content

Implement tx data decoding #10

Implement tx data decoding

Implement tx data decoding #10

Workflow file for this run

name: UI-KIT CI/CD
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
name: Static code analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v1
- run: git submodule update --init --recursive
- run: flutter pub get
- run: cd packages/bip39 && flutter pub get
- run: cd ..
- run: cd packages/nomo-common && flutter pub get
- run: cd ..
- run: cd ..
- name: Lint analysis
run: flutter analyze