Skip to content

Update black to 24.3.0 to fix GH security alert (#2139) #907

Update black to 24.3.0 to fix GH security alert (#2139)

Update black to 24.3.0 to fix GH security alert (#2139) #907

name: Documentation
on:
# Runs on all pushes to branches
push:
# Runs on all PRs
pull_request:
# Manual Dispatch
workflow_dispatch:
jobs:
check_variables:
name: Check Variables
runs-on: ubuntu-20.04
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Install Ripgrep
run: sudo apt install -y ripgrep
- name: Check for missing documentation
run: cd ${GITHUB_WORKSPACE}/ && python3 ${GITHUB_WORKSPACE}/.github/scripts/variables_documentation.py