You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Currently, when the validations script (main.py) is run from the local computer, it reads a locally set event.json, a file that is present on the Github Actions runner (more details on this file is the GITHUB_EVENT_PATH environment variable here).
What we should ideally do is to link this to the main hub repository and running test_formatting.py should use the validations from this repository. One possible solution could be to add this repository as a git submodule under the code directory in the hub.
The text was updated successfully, but these errors were encountered:
Description
Currently, when the validations script (
main.py
) is run from the local computer, it reads a locally setevent.json
, a file that is present on the Github Actions runner (more details on this file is theGITHUB_EVENT_PATH
environment variable here).What we should ideally do is to link this to the main hub repository and running
test_formatting.py
should use the validations from this repository. One possible solution could be to add this repository as a git submodule under thecode
directory in the hub.The text was updated successfully, but these errors were encountered: