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

Add syntax & type check for Node.js example on CI #4410

Merged
merged 4 commits into from
Jan 3, 2025

Conversation

Johennes
Copy link
Contributor

@Johennes Johennes commented Sep 17, 2024

This uses node --check and tsc to perform some basic syntax and type checking on the Node.js example.

It's slightly odd to have this running on every PR when the JS SDK version is pinned in the example's package.json. If we find a way to update the JS SDK in the example via renovate, maybe we could switch the CI to use the local SDK instead?

Checklist

  • Tests written for new code (and old code if feasible).
  • New or updated public/exported symbols have accurate TSDoc documentation.
  • Linter and other CI checks pass.
  • Sign-off given on the changes (see CONTRIBUTING.md).

@github-actions github-actions bot added the Z-Community-PR Issue is solved by a community member's PR label Sep 17, 2024
@Johennes Johennes marked this pull request as ready for review September 17, 2024 18:16
@Johennes Johennes requested review from a team as code owners September 17, 2024 18:16
@florianduros florianduros added the T-Task Tasks for the team like planning label Nov 14, 2024
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

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

lgtm

@t3chguy t3chguy added this pull request to the merge queue Jan 3, 2025
Merged via the queue into matrix-org:develop with commit 6f7c74f Jan 3, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Task Tasks for the team like planning Z-Community-PR Issue is solved by a community member's PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants