Skip to content

chore(deps): update container image k8s.gcr.io/external-dns/external-dns to v0.15.1 #1006

chore(deps): update container image k8s.gcr.io/external-dns/external-dns to v0.15.1

chore(deps): update container image k8s.gcr.io/external-dns/external-dns to v0.15.1 #1006

Workflow file for this run

---
name: lint
on: # yamllint disable-line rule:truthy
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
yaml:
name: Yamllint
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 1
- name: Lint YAML
uses: ibiqlik/[email protected]
with:
config_file: "./.github/.yamllint-config.yaml"
# markdown-link-check:
# runs-on: ubuntu-20.04
# steps:
# - uses: actions/[email protected]
# with:
# fetch-depth: 1
# - uses: gaurav-nelson/github-action-markdown-link-check@v1
# with:
# folder-path: 'docs'
markdownlint-cli:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 1
- name: Markdownlint-cli
uses: nosborn/[email protected]
with:
files: docs
config_file: './.github/.markdownlint.yaml'
shellcheck:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 1
- name: Lint Hack Scripts
uses: reviewdog/[email protected]
with:
path: "./hack"
level: "error"