Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

build(mobile): add dockerfile that build the apk #241

build(mobile): add dockerfile that build the apk

build(mobile): add dockerfile that build the apk #241

Workflow file for this run

name: Lint
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run checks
run: nix flake check