This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Aws nitro attestation verification #249
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 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-22.04 | |
steps: | |
- name: LINT | Execute YAML linter | |
uses: Cardinal-Cryptography/github-actions/yaml-lint@v7 |