Skip to content

new(ci): add dependabot for github actons. #108

new(ci): add dependabot for github actons.

new(ci): add dependabot for github actons. #108

Workflow file for this run

name: ansible-lint
on:
pull_request:
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Run ansible-lint
uses: ansible/ansible-lint@44be233dbd6a8a6d8f3c5297c318ed4ed4644c32 # v24.10.0
with:
working_directory: "${{ github.workspace }}/ansible-playbooks"
requirements_file: "${{ github.workspace }}/requirements.yml"