Skip to content

feat: add gitconfig .lockb diff #78

feat: add gitconfig .lockb diff

feat: add gitconfig .lockb diff #78

Workflow file for this run

name: integration test
on: [push]
jobs:
stow:
runs-on: ubuntu-latest
steps:
- name: Install stow
run: sudo apt install stow
- name: Run Install.sh
run: |
git clone https://github.com/ndxbn/dotfiles ~/dotfiles
pushd ~/dotfiles
./INSTALL.sh
popd