Skip to content

Bump the pip group across 1 directory with 4 updates #6

Bump the pip group across 1 directory with 4 updates

Bump the pip group across 1 directory with 4 updates #6

Workflow file for this run

# .github/workflows/ansible-lint.yml
name: Ansible Lint
on:
pull_request:
push:
branches:
- main
jobs:
analyze-code:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
defaults:
run:
shell: sh
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Run ansible-lint
uses: ansible/ansible-lint@main # or version tag instead of 'main'
- name: Install detect-secrets
run: pip install detect-secrets==1.4.0
- name: Run detect-secrets
run: detect-secrets scan