1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_weechat.git synced 2024-08-16 13:09:48 +02:00
ansible_role_weechat/.github/workflows/ansible-linting-check.yml

24 lines
473 B
YAML
Raw Normal View History

---
2020-11-06 11:40:44 +01:00
name: Ansible Lint check
# yamllint disable-line rule:truthy
on: [push, pull_request]
2020-11-06 11:40:44 +01:00
jobs:
build:
name: Ansible Lint
2020-11-06 11:40:44 +01:00
runs-on: ubuntu-latest
steps:
2023-10-30 00:21:01 +01:00
- name: Checkout git repo
uses: actions/checkout@v4
with:
2023-10-30 00:21:01 +01:00
submodules: true
fetch-depth: 0
2020-11-06 11:40:44 +01:00
2023-10-30 00:21:01 +01:00
- name: Run ansible-lint
uses: ansible-actions/ansible-lint-action@v1.0.3
with:
2023-10-30 00:21:01 +01:00
target: "./"
collections_yml: 'requirements.yml'