Skip to content

Implement Service Checks For Windows #9

Implement Service Checks For Windows

Implement Service Checks For Windows #9

Workflow file for this run

name: Validate YAML
on:
push:
branches:
- master
pull_request:
paths:
- "**/*.ya?ml"
jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate YAML file
run: make lint-yaml