Skip to content

Move command requests to card message matrix events and add support for multiple commands per message #642

Move command requests to card message matrix events and add support for multiple commands per message

Move command requests to card message matrix events and add support for multiple commands per message #642

Workflow file for this run

name: YAML Lint
on:
pull_request:
paths:
- "**.yml"
- "**.yaml"
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: ibiqlik/action-yamllint@v3.1
with:
config_file: ".github/.yamllint.yml"
file_or_dir: ".github"
strict: true