ExocoreNetwork / exocore

5 stars 9 forks source link

chore(build): activate github workflows #1

Closed MaxMustermann2 closed 4 months ago

MaxMustermann2 commented 4 months ago

This PR activates all of the Github workflows in .github/workflows for branches develop, main and master with Go version 1.21. In addition, it disables the Solidity workflow (since we don't have any Solidity file, which is not a precompile, within the repository). Lastly, it fixes a small YAML indentation linting issue in the labeler.yml workflow.

MaxMustermann2 commented 4 months ago

The two failing workflows are caused by Error: fatal: repository 'https://github.com/ExocoreNetwork/exocore/' not found. Even though the repository is currently private, this should not happen according to Github's documentation. The problem is likely a permission issue on the Github token used by the workflows within the repository. I don't have access to look into the settings and resolve it.