Skip to content

Overview

Used for minimize duplicate the CI/CD Boilerplate-Code. Like Workflows (GitHub Actions) and GitHub App configurations.


What's inside


How consumers reference this repository

yaml jobs: static: uses: nolte/gh-plumbing/.github/workflows/reusable-pre-commit.yaml@develop

```yaml

.github/settings.yml

_extends: gh-plumbing:.github/commons-settings.yml ```

json { "extends": ["github>nolte/gh-plumbing//renovate-configs/common"] }

Pinning strategy

Reference @develop for the latest changes or pin to a release tag (for example @v1.1.8) for stability. The master branch refreshes automatically on every published release.