Skip to content

refactor: move documentation files to the project root #21

refactor: move documentation files to the project root

refactor: move documentation files to the project root #21

---
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