Skip to content

fix: repo_ref 'not found' err suggest `ngit init' #187

fix: repo_ref 'not found' err suggest `ngit init'

fix: repo_ref 'not found' err suggest `ngit init' #187

on: push
name: build test
jobs:
ci:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop --command cargo clippy
- run: nix develop --command cargo fmt --all -- --check
- run: nix develop --command cargo test