Skip to content

fix: change version of GitHub actions #12

fix: change version of GitHub actions

fix: change version of GitHub actions #12

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