ocsf / ocsf-validator

OCSF Schema Validation
Apache License 2.0
9 stars 5 forks source link

Update GitHub actions to run static analysis #26

Closed alanisaac closed 7 months ago

alanisaac commented 7 months ago

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