fix(ci): apply UpdateCLI's actual version update via GH PR opening #10
This file contains 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: 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] |