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

Validate types in CI #45

Merged
merged 4 commits into from
Jan 23, 2025
Merged

Validate types in CI #45

merged 4 commits into from
Jan 23, 2025

Conversation

jugglinmike
Copy link
Member

No description provided.

@@ -0,0 +1,20 @@
name: Run the project's self-tests
on: [push, pull_request]
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we need push and pull_request? i think push covers all commits so pull request would be unnecessary here. or we could restrict push events to only the main branch and let the pull request trigger catch everything else.

Copy link
Member Author

Choose a reason for hiding this comment

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

You're right! I'll go with just "push" for simplicity's sake

@jugglinmike jugglinmike merged commit e05c4ed into main Jan 23, 2025
1 check passed
@jugglinmike jugglinmike deleted the validate-types-in-ci branch January 23, 2025 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants