Luau Compatible CI

Hey!

I’m working to really professionalize and streamline my GitHub workflow. I’m interesting in adding some workflows to lint my commits in case any issues go unnoticed. I have a Luacheck workflow that works great, however it’s not compatible with Luau. I’m curious if anyone has a workflow that’s capable of linting Luau code.

TL;DR
Is it possible to create a GitHub workflow to lint Luau code?

Here is a good post on how to get started.
Although here is how I implemented it.

1 Like