refactor(core): store modules and maps inside root dir #8
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: Test pwnvim configuration | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Install Nix package manager | |
uses: DeterminateSystems/nix-installer-action@main | |
- name: Setup Nix cache | |
uses: DeterminateSystems/magic-nix-cache-action@main | |
- name: Install neovim config | |
run: | | |
nix develop --command nvim +q | |
# - name: Show startuptime time | |
# run: | | |
# nix develop --command nvim --startuptime tmp.txt | |
# tail -n 1 tmp.txt |