Skip to content

fix(ci): add jenkins-labs GH scmID into target section #12

fix(ci): add jenkins-labs GH scmID into target section

fix(ci): add jenkins-labs GH scmID into target section #12

Workflow file for this run

name: validate-yaml
on:
push:
branches:
- main
paths:
- '**/*.yml'
- '**/*.yaml'
permissions:
contents: read
jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate YAML files
id: validate-yaml
uses: GrantBirki/[email protected]