cdevents / sdk-python

Python SDK for CDEvents
Apache License 2.0
4 stars 8 forks source link

Fix GitHub actions/workflow #2

Closed erkist closed 2 years ago

erkist commented 2 years ago

Currently the GitHub workflows at https://github.com/cdevents/sdk-python/blob/skeleton-project/.github/workflows/main.yml are copied from a template and don't apply to the project.

The workflow for Pull requests should be updated to run two actions:

  1. pre-commit run --all-files
  2. Run pytest tests for both CLI and Core
erkist commented 2 years ago

Solved by @randomnoise in PR #7