update with stuff that should be installed probably all the time #94
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: ci | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
link: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- run: make link-dotfiles | |