Skip to content

chore: Configure Renovate #67

chore: Configure Renovate

chore: Configure Renovate #67

Workflow file for this run

name: kube-linter
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
branches:
- 'main'
push:
branches:
- 'main'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run on yopass
id: kube-lint-scan
uses: stackrox/kube-linter-action@v1
with:
directory: charts/yopass
config: .kube-linter.yaml
- name: Run on coredns
id: kube-lint-scan

Check failure on line 30 in .github/workflows/kube-linter.yml

View workflow run for this annotation

GitHub Actions / kube-linter

Invalid workflow file

The workflow is not valid. .github/workflows/kube-linter.yml (Line: 30, Col: 13): The identifier 'kube-lint-scan' may not be used more than once within the same scope.
uses: stackrox/kube-linter-action@v1
with:
directory: charts/coredns
config: .kube-linter.yaml