A0-4268: Support for chain-bootstrapper in actions #210
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: GH Action YAML linter | |
on: | |
pull_request: | |
paths: | |
- '.github/**.yml' | |
- '.github/**.yaml' | |
concurrency: | |
group: ${{ github.ref }}-${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
main: | |
name: YAML Lint | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: LINT | Execute YAML linter | |
uses: Cardinal-Cryptography/github-actions/yaml-lint@v1 |