Skip to content

Remove typical rails directories from filter_dir #62

Remove typical rails directories from filter_dir

Remove typical rails directories from filter_dir #62

Workflow file for this run

on: [push, pull_request]
jobs:
build:
name: Run tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
- name: Run tests
run: |
nvim --version
make test