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

Update GitHub actions to run static analysis #26

Merged
merged 7 commits into from
May 3, 2024

Conversation

alanisaac
Copy link
Collaborator

@alanisaac alanisaac commented May 2, 2024

Fixes #25

This PR adds a new set of GitHub actions to run static analysis tools (black, isort, pyright) on PRs, and also fixes all current drift issues in the repository.

These checks can be seen in action below:

image

Copy link
Collaborator

@query-jeremy query-jeremy left a comment

Choose a reason for hiding this comment

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

Looks golden! Thanks for doing this!

@alanisaac alanisaac merged commit 72d762f into ocsf:main May 3, 2024
5 checks passed
@alanisaac alanisaac deleted the static-analysis branch May 3, 2024 15:56
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.

Run static analysis in GitHub actions
2 participants