Skip to content

Implement "Statements" package #1511

Implement "Statements" package

Implement "Statements" package #1511

name: Validate Query Help Files
on:
merge_group:
types: [checks_requested]
pull_request:
branches:
- main
- next
- "rc/**"
jobs:
validate-query-help-files:
strategy:
matrix:
language: [cpp, c]
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Validate Query Help Files
env:
LANGUAGE: ${{ matrix.language }}
run: |
exit_code=0
for help_file in `find $LANGUAGE -name '*.md'`
do
if grep -F -q 'REPLACE THIS' "$help_file" > /dev/null
then
echo "Help file $help_file contains placeholders that are not replaced or removed!"
exit_code=1
fi
done
exit $exit_code
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy