Skip to content

feat: reorganize issue templates for better clarity and usability #37

feat: reorganize issue templates for better clarity and usability

feat: reorganize issue templates for better clarity and usability #37

---
name: Code linting with ansible-lint
on:
pull_request:
push:
branches:
- main
jobs:
precheck-role-lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout the current branch
uses: actions/checkout@v4
- name: Run ansible-lint linting command
uses: ansible/ansible-lint@v24.6.0