Add telescope pickers for markdown files and grepping #22
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: nix | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- master | ||
jobs: | ||
steps: | ||
- name: empty | ||
run: echo "empty | ||
# - uses: actions/checkout@v3 | ||
# - run: date +%F > todays-date | ||
# - name: restore from todays cache | ||
# uses: actions/cache@v3 | ||
# with: | ||
# path: _neovim | ||
# key: ${{ runner.os }}-${{ matrix.rev }}-${{ hashFiles('todays-date') }} |