Skip to content

chore(deps): update pre-commit hook gitleaks/gitleaks to v8.19.3 #47

chore(deps): update pre-commit hook gitleaks/gitleaks to v8.19.3

chore(deps): update pre-commit hook gitleaks/gitleaks to v8.19.3 #47

Workflow file for this run

---
name: 'ansible-lint'
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- 'main'
workflow_dispatch: {}
jobs:
build:
name: 'Ansible Lint'
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v4'
- name: 'Run ansible-lint'
uses: 'ansible/ansible-lint@main'
...