Skip to content

Add module x509 and businessprocess #8

Add module x509 and businessprocess

Add module x509 and businessprocess #8

Workflow file for this run

---
name: Linting
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Set up Python 3.
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install test dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install ansible-core ansible-lint yamllint
- name: yamllint
run: yamllint .
- name: ansible-lint
run: ansible-lint .