Skip to content

A0-3952: Bump the all-github-actions group across 1 directory with 2 updates #12

A0-3952: Bump the all-github-actions group across 1 directory with 2 updates

A0-3952: Bump the all-github-actions group across 1 directory with 2 updates #12

Workflow file for this run

---
name: GH Action YAML validator
on:
merge_group:
pull_request:
paths:
- '.github/**.yml'
- '.github/**.yaml'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
main:
name: YAML Validate
runs-on: ubuntu-24.04
steps:
- name: VALIDATE | Execute github-actions-validator
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/yaml-validate@v7