gitlab-ci: lint on ts/tsx changes

This commit is contained in:
Alex Gleason 2022-03-18 15:36:15 -05:00
parent c420e83bff
commit a81424262a
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -26,6 +26,9 @@ lint-js:
only:
changes:
- "**/*.js"
- "**/*.jsx"
- "**/*.ts"
- "**/*.tsx"
- ".eslintignore"
- ".eslintrc.js"