Skip to content

Daniel Chen onboarding #12

Daniel Chen onboarding

Daniel Chen onboarding #12

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