This repository was archived by the owner on Jul 30, 2025. It is now read-only.
BAC-185: Refactor build enclave workflow #256
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: GH Action YAML validator | |
on: | |
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-22.04 | |
steps: | |
- name: VALIDATE | Execute github-actions-validator | |
uses: Cardinal-Cryptography/github-actions/[email protected] |