Skip to content

refactor: update ci job filename #2

refactor: update ci job filename

refactor: update ci job filename #2

---
name: Code linting with ansible-lint
on:
pull_request:
push:
branches:
- main
jobs:
prepare:
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