Skip to content

Pass names of PHP packages directly to package module #604

Pass names of PHP packages directly to package module

Pass names of PHP packages directly to package module #604

Workflow file for this run

---
## Source: https://github.com/marketplace/actions/ansible-lint
name: Ansible Lint
"on":
pull_request:
push:
schedule:
- cron: "0 7 * * *"
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v3
- name: Run ansible-lint
# replace `main` with any valid ref, or tags like `v6`
uses: ansible-community/ansible-lint-action@v6