ansible/roles/abrt/faf/.github/workflows/ansible-lint.yml
Ryan Lerch 89f6f1fc32 Fix majority of remaining yamllint warnings and errors
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-11-28 17:31:45 +10:00

24 lines
601 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: Check Ansible Role
on: # yamllint disable-line rule:truthy
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
# The GitHub-hosted runners dont do Fedora
runs-on: ubuntu-latest
steps:
- name: Check out sources
uses: actions/checkout@v2
# This can be pinned to a specific tag after something newer than v4.1.0.post0 materializes.
# https://github.com/ansible/ansible-lint-action/commit/91db49755c0e720d9eac9d3a481c227d3d14faf6
- name: Lint
uses: ansible/ansible-lint-action@master
with:
targets: ./