Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Update ssh_keys.yaml #37

Update ssh_keys.yaml

Update ssh_keys.yaml #37

Workflow file for this run

name: validate-yaml
on:
push:
paths:
- "*.yaml"
branches:
- main
pull_request:
paths:
- "*.yaml"
workflow_dispatch:
permissions:
contents: read
jobs:
syntax-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: check syntax
id: json-yaml-validate
uses: GrantBirki/[email protected]
with:
use_dot_match: false
files: "ssh_keys.yaml"
schema-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: check schema
uses: nrkno/[email protected]
with:
schema: _schema.yaml
target: ssh_keys.yaml