HerringtonDarkholme / yats.vim

Yet Another TypeScript Syntax: The most advanced TypeScript Syntax Highlighting in Vim
Vim License
649 stars 68 forks source link

ci: add GitHub Actions workflow for running syntax tests #281

Closed rhysd closed 4 months ago

rhysd commented 4 months ago

This PR adds a CI workflow to run tests for syntax highlights. Tests for indentation were excluded because they're broken. I haven't looked into the failures, but XmlIndentGet() no longer seems to work as intended.

This PR does:

Here is an example workflow run on my forked repository:

https://github.com/rhysd/yats.vim/actions/runs/9244704287