Skip to content

Update README for the Docker plugins required for Molecule tests #62

Update README for the Docker plugins required for Molecule tests

Update README for the Docker plugins required for Molecule tests #62

Workflow file for this run

---
name: Lint Code Base
#
# Documentation:
# https://help.github.com/en/articles/workflow-syntax-for-github-actions
#
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v4
env:
DEFAULT_BRANCH: master
FILTER_REGEX_EXCLUDE: .*(tests/|Dockerfile.j2).*
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
MARKDOWN_CONFIG_FILE: .markdownlint.json
- name: Ansible Lint
uses: ansible/ansible-lint@v6