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

chore(build): activate github workflows #1

Merged
merged 6 commits into from
Feb 27, 2024
Merged

Conversation

MaxMustermann2
Copy link
Contributor

@MaxMustermann2 MaxMustermann2 commented Feb 26, 2024

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 MaxMustermann2 changed the title chore(build): activate linting workflow chore(build): activate github workflows Feb 26, 2024
Instead of commenting out the entire file (which results in linter
complaints), use the `if` statement to disable it.
@MaxMustermann2
Copy link
Contributor Author

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.

@MaxMustermann2 MaxMustermann2 merged commit d2a758e into main Feb 27, 2024
13 of 18 checks passed
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.

1 participant