Skip to content

GH Actions/reusable-remark.yml: add "fail-on-warnings" configurable o… #8

GH Actions/reusable-remark.yml: add "fail-on-warnings" configurable o…

GH Actions/reusable-remark.yml: add "fail-on-warnings" configurable o… #8

Workflow file for this run

name: Yamllint
on:
# Run on all pushes and on all pull requests.
push:
pull_request:
# Allow manually triggering the workflow.
workflow_dispatch:
jobs:
yamllint:
uses: ./.github/workflows/reusable-yamllint.yml
with:
strict: true