Skip to content

Enable only ansible-lint workflow #36

Enable only ansible-lint workflow

Enable only ansible-lint workflow #36

Workflow file for this run

name: CI
on:
# Run CI against all pushes (direct commits, also merged PRs), Pull Requests
push:
pull_request:
# Run CI once per day (at 06:00 UTC)
# This ensures that even if there haven't been commits that we are still testing against latest version of ansible-test for each ansible-base version
#schedule:
# - cron: '0 6 * * *'
jobs:
#changelog:
# uses: ansible-network/github_actions/.github/workflows/changelog.yml@main
# if: (github.event_name != 'schedule' && github.event_name != 'push' && !contains(github.event.pull_request.labels.*.name, 'new_resource_module') && !contains(github.event.pull_request.labels.*.name, 'documentation'))
#sanity:
# uses: ansible-network/github_actions/.github/workflows/sanity.yml@main
ansible-lint:
uses: ansible/ansible-content-actions/.github/workflows/ansible_lint.yaml@main