Skip to content

Update rhel.ks.j2 template for RHEL 8 and 9 #92

Update rhel.ks.j2 template for RHEL 8 and 9

Update rhel.ks.j2 template for RHEL 8 and 9 #92

Workflow file for this run

name: Static code analysis
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- '**.rst'
pull_request:
paths-ignore:
- '**.md'
- '**.rst'
jobs:
check:
name: Run static code analysis tools
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup python environment
uses: actions/setup-python@v3
- name: Install packages
run: pip install 'ansible-lint<6.17.0'
- name: Run ansible linter
run: ansible-lint