Skip to content

Add workflow for yaml validation #1

Add workflow for yaml validation

Add workflow for yaml validation #1

Workflow file for this run

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