[chore] Mark less-used config variables as "advanced" #43
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: Pull Request checks | |
on: | |
pull_request: ~ | |
workflow_dispatch: ~ | |
jobs: | |
check_env_vars: | |
name: Check all defined environment variables are documented | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v3 | |
- name: set up Python | |
uses: actions/setup-python@v4 | |
with: | |
python-version: '3.11' | |
- name: Run ci/env_vars_check.py | |
run: | | |
python3 ci/env_vars_check.py |