mattermost-plugin-jira icon indicating copy to clipboard operation
mattermost-plugin-jira copied to clipboard

Integrate typescript checking into Jira plugin CI

Open mickmister opened this issue 2 years ago • 2 comments

Typescript is set up to use for development in the project, but seems to not be checked via CI.

Originally posted by @mickmister in https://github.com/mattermost/mattermost-plugin-jira/pull/848#discussion_r834327590

mickmister avatar Mar 24 '22 13:03 mickmister

@mickmister Do we also need to fix all the type errors present in the Jira master branch or do we just need to add a check for typescript in CI YAML file.

Kshitij-Katiyar avatar Dec 14 '22 09:12 Kshitij-Katiyar

CI won't pass without the type errors being fixed, so the type errors will need to be fixed. If you run into anything particularly complicated, please ping me on this ticket to discuss

mickmister avatar Dec 15 '22 15:12 mickmister