Skip to content

auth: Fix client version not getting persisted #170

auth: Fix client version not getting persisted

auth: Fix client version not getting persisted #170

Workflow file for this run

name: "nix build"
on:
pull_request:
push:
workflow_dispatch:
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check