mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 06:36:11 +02:00
Add vacuum linting script.
This commit is contained in:
parent
24ce031bc1
commit
015bfe2f76
10
.github/workflows/lint.yaml
vendored
10
.github/workflows/lint.yaml
vendored
@ -34,3 +34,13 @@ jobs:
|
||||
with:
|
||||
args: --timeout=30m
|
||||
version: v1.60
|
||||
|
||||
- name: Install Vacuum
|
||||
# See: https://quobix.com/vacuum/installing/
|
||||
run: |
|
||||
curl -fsSL https://quobix.com/scripts/install_vacuum.sh | sh > /dev/null
|
||||
shell: bash
|
||||
- name: Run Vacuum
|
||||
run: |
|
||||
vacuum lint -d api/webhook.yaml
|
||||
shell: bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user