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

Added: GitHub Action to check for typos in our code #131

Merged
merged 2 commits into from
Mar 10, 2022
Merged

Conversation

GoliathLabs
Copy link
Member

This PR is inspired by #122

Closes #124

Comment on lines +4 to +12
push:
branches:
- master
pull_request:
# The branches below must be a subset of the branches above
branches:
- master
schedule:
- cron: '45 9 * * 1'
Copy link
Member

Choose a reason for hiding this comment

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

Why does this run on a schedule? What happens if it finds a spelling mistake during a scheduled run, how will it notify us?

I don't think it should run on pushes to master either. This will only cause annoying CI failures on master that nobody will fix anyway. This should just run on PRs where the PR author will fix it.

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.

Add Typos gh-action
2 participants