Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(circleci): add typescript check #411

Merged
merged 1 commit into from
Jul 26, 2022
Merged

feat(circleci): add typescript check #411

merged 1 commit into from
Jul 26, 2022

Conversation

gmq
Copy link
Contributor

@gmq gmq commented Jul 26, 2022

Adds type checking to reviewdog.

image

@gmq gmq requested a review from difernandez July 26, 2022 19:31
@gmq gmq force-pushed the typescript-reviewdog branch from e903b52 to e665e2a Compare July 26, 2022 19:34
name: Run tsc
shell: /bin/bash
command: |
cat tmp/files_to_lint | grep -E '.+\.(ts)$' | xargs yarn run tsc --noEmit ./app/javascript/types/*.d.ts \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

de dónde sale que se pueda corres yarn run tsc? de tener typescript, o vue-tsc en el package?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Se agrega con typescript, que se instala antes en la receta.

@gmq gmq merged commit e9d10cc into master Jul 26, 2022
@gmq gmq deleted the typescript-reviewdog branch July 26, 2022 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants