Skip to content

Moving to zinit

Moving to zinit #36

Workflow file for this run

name: unbuntu_test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get yadm
run: |
curl -fLo yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm && chmod a+x yadm
- name: Clone the dot files
run: |
./yadm clone --bootstrap https://github.com/$GITHUB_REPOSITORY
- name: Test neovim installation
run: |
nvim -es +checkhealth