highlight: fix treesitter groups for 0.10.0 (#60) #53
This file contains hidden or 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: 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 |