Skip to content

feat(neovim): add diffview plugin to git.lua #228

feat(neovim): add diffview plugin to git.lua

feat(neovim): add diffview plugin to git.lua #228

Workflow file for this run

name: Smoke Test CI
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt-get install zsh
- uses: actions/checkout@v4
- name: Run dotbot profile installation
shell: zsh {0}
run: zsh -c "./install-profile workstation"
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run dotbot profile installation
shell: zsh {0}
run: zsh -c "./install-profile workstation-mac"