Skip to content

Update vault.yaml

Update vault.yaml #11

Workflow file for this run

name: Validate vault.yaml
on:
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate YAML file (vault.yaml)
run: yamllint vault.yaml