Skip to content

feat(highlight): link to treesitter highlight groups instead of vim o… #47

feat(highlight): link to treesitter highlight groups instead of vim o…

feat(highlight): link to treesitter highlight groups instead of vim o… #47

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v2
- name: 'Install neovim'
run: |
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt-fast update -qq
sudo apt-fast install --no-install-recommends -yq neovim
- name: 'Run check'
run: ./tests/test.sh