Skip to content

Merge pull request #335 from netscaler/issue-307-action-groups-defaul… #31

Merge pull request #335 from netscaler/issue-307-action-groups-defaul…

Merge pull request #335 from netscaler/issue-307-action-groups-defaul… #31

Workflow file for this run

---
name: ansible-lint
on:
workflow_dispatch:
pull_request:
push:
jobs:
ansible-lint:
name: ansible-lint
runs-on: ubuntu-latest
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main