Adding nvim test and improving py support #38
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: darwin_test | |
on: [push] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- name: Get yadm and install the files | |
run: | | |
brew install yadm | |
yadm clone --bootstrap https://github.com/$GITHUB_REPOSITORY | |
yadm list | |
nvim -es +checkhealth |