PsychoLlama / vader-action

Test your vim plugin with vader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vader-action

Test your vim plugin with vader.

Usage

Basic:

- uses: PsychoLlama/vader-action@v1

Overriding the test glob:

- uses: PsychoLlama/vader-action@v1
  with:
    # Default: runs all files with the `.vader` extension.
    test-pattern: '**/*.vader'

Running tests with neovim:

- uses: PsychoLlama/vader-action@v1
  with:
    # Note: neovim must be installed before enabling this feature.
    # Installation is easy with the excellent `rhysd/action-setup-vim` action.
    neovim: true

Registering extra plugins:

- uses: PsychoLlama/vader-action@v1
  with:
    # Default: the current repository.
    plugins: 'path/to/plugin,other-plugins/*.vim'

About

Test your vim plugin with vader

License:MIT License


Languages

Language:Shell 100.0%