1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_amdgpu_firmware.git synced 2024-08-16 14:59:49 +02:00
ansible_role_amdgpu_firmware/.github/workflows/ansible-linting-check.yml

23 lines
427 B
YAML
Raw Permalink Normal View History

2021-09-01 01:49:22 +02:00
---
name: Ansible Lint check
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
build:
2023-10-29 01:14:14 +02:00
name: Ansible Lint
2021-09-01 01:49:22 +02:00
runs-on: ubuntu-latest
steps:
2023-10-29 01:14:14 +02:00
- name: Checkout git repo
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
2021-09-01 01:49:22 +02:00
2023-10-29 01:14:14 +02:00
- name: Run ansible-lint
uses: ansible-actions/ansible-lint-action@v1.0.3
2021-09-01 01:49:22 +02:00
with:
2023-10-29 01:14:14 +02:00
target: "./"