You've already forked prometheus-postgres-exporter
WIP
This commit is contained in:
@ -10,11 +10,15 @@ on:
|
||||
|
||||
jobs:
|
||||
markdown-link-checker:
|
||||
container: ghcr.io/renovatebot/renovate:39.103.0
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
with:
|
||||
github-server-url: https://git.cryptic.systems
|
||||
- run: npm install && npm run readme:link
|
||||
- run: |
|
||||
apt update --yes
|
||||
apt install --yes build-essential
|
||||
- env:
|
||||
HELM_IMAGE_REGISTRY_HOST: harbor.cryptic.systems
|
||||
HELM_IMAGE_REPOSITORY: docker/library/node
|
||||
run: |
|
||||
make container-run/readme/link
|
Reference in New Issue
Block a user