Skip to content

Adding help_text_check application #6

Adding help_text_check application

Adding help_text_check application #6

Workflow file for this run

---
name: Sanity
env:
LC_ALL: "C.UTF-8" # prevent ERROR: Ansible could not initialize the preferred locale: unsupported locale setting
on:
pull_request:
push:
jobs:
help_text:
name: Help Test Check
runs-on: ubuntu-latest
permissions:
packages: read
contents: read
strategy:
fail-fast: false
steps:
- name: Install make
run: sudo apt install make
- uses: actions/checkout@v4
with:
show-progress: false
- name: Install python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install requirements
run: pip3.11 install -r requirements/requirements_all.txt
- name: Run help text check
run: ./manage.py help_text_check --applications=dab