Skip to content

chore(deps): update orhun/git-cliff-action action to v4 #1562

chore(deps): update orhun/git-cliff-action action to v4

chore(deps): update orhun/git-cliff-action action to v4 #1562

Workflow file for this run

name: ansible-lint
#on:
# pull_request:
# branches: ['staging']
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install ansible
run: pip install ansible
- name: Install required ansible collections
run: ansible-galaxy collection install community.general
- name: Install required ansible roles
run: ansible-galaxy role install gantsign.oh-my-zsh
- name: Run ansible-lint
uses: ansible/ansible-lint@v24