File: sample.yml

package info (click to toggle)
ansible-lint 26.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,212 kB
  • sloc: python: 19,941; sh: 96; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (2)
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