Add vacuum linting script.

This commit is contained in:
Kevin Lyda 2024-01-07 19:36:10 +00:00 committed by Michel Loiseleur
parent 24ce031bc1
commit 015bfe2f76
Failed to extract signature

View File

@ -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