Add last known good rendering of card in error state to stack item #409
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: YAML Lint | |
on: | |
pull_request: | |
paths: | |
- "**.yml" | |
- "**.yaml" | |
jobs: | |
lint: | |
name: Lint | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: ibiqlik/[email protected] | |
with: | |
config_file: ".github/.yamllint.yml" | |
file_or_dir: ".github" | |
strict: true |