Adding help_text_check application #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Linting | |
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: Run help text check | |
run: ./manage.py help_text_check --applications=dab |