Skip to content

[Bugfix] [module_utils] [multiple modules] tmp_hlq use in utils whenever mvscmd gets called #687

[Bugfix] [module_utils] [multiple modules] tmp_hlq use in utils whenever mvscmd gets called

[Bugfix] [module_utils] [multiple modules] tmp_hlq use in utils whenever mvscmd gets called #687

Workflow file for this run

name: AC Changelog Lint
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- 'changelogs/fragments/*'
branches:
- dev
- staging*
jobs:
lint:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Set up venv
run: |
python -m pip install --upgrade pip
pip install virtualenv
mkdir venv
virtualenv venv/venv-2.16
- name: Install dependencies
run: |
source venv/venv-2.16/bin/activate
pip install antsibull-changelog
- name: Run ac-changelog
run: |
source venv/venv-2.16/bin/activate
./ac --ac-changelog --command lint