- Notifications
You must be signed in to change notification settings - Fork897
fix: run lint in all circumstances#68
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
We need to run the linter in all circumstances, otherwise it cannot be a required check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR removes file-specific path filtering from the lint workflow trigger so that the linter will run on every push or pull_request regardless of the modified file.
- Removed file path restrictions in the push and pull_request triggers
- Ensures linter runs in all circumstances as required
Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon.Learn more
b3a3d15
intomainUh oh!
There was an error while loading.Please reload this page.
We need to run the linter in all circumstances, otherwise it cannot be a required check.
We need to run the linter in all circumstances, otherwise it cannot be a required check.