Skip to content

Merge pull request #97 from tfuxu/mobile-ui-updates #153

Merge pull request #97 from tfuxu/mobile-ui-updates

Merge pull request #97 from tfuxu/mobile-ui-updates #153

Workflow file for this run

name: "Build and test"
on:
pull_request:
push:
branches: [master]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/[email protected]
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: configure cachix
uses: cachix/cachix-action@v10
with:
name: ranfdev-geopard
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: run checks
run: nix --print-build-logs flake check
- name: build
run: nix --print-build-logs build