Skip to content

fix(lazygit): use output field instead of stream for push command #87

fix(lazygit): use output field instead of stream for push command

fix(lazygit): use output field instead of stream for push command #87

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main]
permissions:
contents: read
jobs:
check-flake:
name: Check Flake
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check flake
run: nix flake check --all-systems --show-trace
check-formatting:
name: Check Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: Check formatting with treefmt
run: devenv shell treefmt --fail-on-change