Sublime Forum

Github Action to run syntax tests

#1

I have created an action to run syntax tests for .sublime-syntax files. Check it out below:

Usage example in PackageDev:

How it looks like when failures are encountered:

7 Likes

#2

Very cool, and useful! Thanks.

0 Likes

#3

I’m developing a new syntax plugin, and this is a big help! As the number of tests expand, it’s great to know that I’ll be able to catch any regressions at the PR stage. Thanks very much for your work on this.

0 Likes