1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_rtl_nic_firmware.git synced 2024-08-16 13:39:50 +02:00
ansible_role_rtl_nic_firmware/.github/workflows/yamllint.yaml

24 lines
463 B
YAML
Raw Permalink Normal View History

2021-09-01 01:49:22 +02:00
---
name: 'Yamllint GitHub Actions'
# yamllint disable-line rule:truthy
2022-04-07 23:18:45 +02:00
on:
push:
branches: '*'
pull_request:
branches: '*'
2021-09-01 01:49:22 +02:00
jobs:
yamllint:
name: 'Yamllint'
runs-on: ubuntu-latest
steps:
2022-04-07 23:18:45 +02:00
- name: 'checkout git repo'
uses: actions/checkout@v3
2021-09-01 01:49:22 +02:00
- name: 'Yamllint'
2022-04-07 23:18:45 +02:00
uses: karancode/yamllint-github-action@v2.0.0
2021-09-01 01:49:22 +02:00
with:
yamllint_file_or_dir: '.'
yamllint_config_filepath: './.yamllint'