Skip to content

Update Dockerfile to use fully qualified image names (like that will … #354

Update Dockerfile to use fully qualified image names (like that will …

Update Dockerfile to use fully qualified image names (like that will … #354

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