Skip to content

Update renovate.json #63

Update renovate.json

Update renovate.json #63

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