dd
All checks were successful
ansible-lint / ansible-lint (pull_request) Successful in 45s
gitleaks / gitleaks (pull_request) Successful in 5s

This commit is contained in:
Michael Grote 2024-08-22 22:01:32 +02:00
parent bc98e466d2
commit 117ffab530
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,8 @@
name: ansible-lint
on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:
jobs:
ansible-lint:

View file

@ -1,5 +1,8 @@
name: gitleaks
on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:
jobs:
gitleaks: