Skip to content

feat: upd neds ci

feat: upd neds ci #4

Workflow file for this run

# .github/workflows/ansible-lint.yml
---
name: ansible-lint
on:
pull_request:
branches: ["main", "stable", "release/v*"]
push:
branches:
- master
- develop
schedule:
- cron: "0 7 * * 0"
jobs:
build:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
# optional (see below):
with:
args: ""
setup_python: "true"
working_directory: ""
requirements_file: ""