RevenueCat / purchases-kmp

RevenueCat SDK for Kotlin Multiplatform
MIT License
99 stars 3 forks source link

Adds actionlint to lint GitHub Actions workflows #227

Closed JayShortway closed 1 month ago

JayShortway commented 1 month ago

As the title says. Needed, as GitHub doesn't surface errors, and I find myself going back and forth to https://rhysd.github.io/actionlint/ to fix. So I figured it's better to catch these automatically before they're committed.

JayShortway commented 1 month ago

@tonidero Yeah exactly. I didn't add it to the required checks, because I made it to only run when the GitHub Actions workflows actually change. If we want it to always run, we can add it to the required checks.