Skip to content

Add my SSH Key (#13) #35

Add my SSH Key (#13)

Add my SSH Key (#13) #35

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