Skip to content

fix: don't initialize branchless when invoking lazygit #314

fix: don't initialize branchless when invoking lazygit

fix: don't initialize branchless when invoking lazygit #314

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: macOS-latest
steps:
- name: Setup just
uses: extractions/setup-just@v1
with:
just-version: 0.8.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Setup repository
uses: actions/checkout@v2
- name: Testing installation of all dependencies
run: just install-ci