summaryrefslogtreecommitdiffstats
path: root/examples/.github/workflows/sample.yml
blob: 71b2975ab11ded4358093a315cc17efe1429db75 (plain)
1
2
3
4
5
6
7
8
9
---
name: ack
on: # <-- ansible-lint should not complain or touch about this 'on'
  pull_request_target:
    types: [opened]

jobs:
  ack:
    uses: ansible/team-devtools/.github/workflows/ack.yml@main