Skip to content

chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.47.06 #1046

chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.47.06

chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.47.06 #1046

Workflow file for this run

---
name: "lint"
on:
push:
branches:
- "master"
- "main"
pull_request: {}
workflow_dispatch: {}
jobs:
kube-linter:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: "Scan yamls"
id: "kube-lint-scan"
uses: "stackrox/kube-linter-action@v1"
with:
directory: "apps"
config: ".kube-linter.yaml"
yamllint:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: "Install yamllint"
run: |
pip install yamllint
- name: "Run yamllint"
run: |
yamllint .