ReScript v11 syntax changes #94
This file contains 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
# Inspired by: https://github.com/lervag/vimtex/blob/master/.github/workflows/main.yml | |
name: Test | |
on: [pull_request] | |
jobs: | |
build: | |
name: Test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: rhysd/action-setup-vim@v1 | |
with: | |
neovim: true | |
- uses: actions/checkout@v1 | |
- name: Neovim Version | |
run: nvim --version | |
- name: Test syntax | |
run: make test-syntax |