Skip to content

Add telescope pickers for markdown files and grepping #22

Add telescope pickers for markdown files and grepping

Add telescope pickers for markdown files and grepping #22

Workflow file for this run

name: nix
on:
pull_request:
push:
branches:
- master
jobs:
steps:
- name: empty

Check failure on line 9 in .github/workflows/nix.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nix.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
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') }}