Org-wide Github Actions (GHA) workflows for smartcontractkit.
Uses go-mod-validator
action.
- For all go.mod files within a repository, filtered by a given prefix, this action validates that each dependency is on the default branch of the upstream repository.
Uses gha-workflow-validator
action.
- Validates changes to Github Actions workflows. Things like:
- Ensuring 3rd-party Github Actions are pinned to SHA refs.
- Checking for outdated dependencies.
- Limiting usage of high-cost runners.
Uses patrickhuie19/codeowners-validator action.
- Validates the contents of a CODEOWNERS file when it is modified. Enforces certain criteria to ensure healthy CODEOWNERS.
If you are experiencing a blocking error from a workflow in this repository, please reach out to us on #team-devex
.