summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ack.yml
blob: 291eb8800c146e13a0bf074adf124f15d0f49e53 (plain)
1
2
3
4
5
6
7
8
9
10
---
# See https://github.com/ansible/devtools/blob/main/.github/workflows/ack.yml
name: ack
"on":
  pull_request_target:
    types: [opened, labeled, unlabeled, synchronize]

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