Skip to content

RHDHPAI-720: Adding more info to the app-config-dynamic.yaml file in the install section #1440

RHDHPAI-720: Adding more info to the app-config-dynamic.yaml file in the install section

RHDHPAI-720: Adding more info to the app-config-dynamic.yaml file in the install section #1440

Workflow file for this run

---
name: Verify style guide compliance on pull request
on: [pull_request]
jobs:
vale:
name: Linting with Vale
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Asciidoctor
run: sudo apt-get install -y asciidoctor
- name: Run Vale on new and modified content
uses: errata-ai/[email protected]
with:
files: assemblies
vale_flags: "--minAlertLevel=warning"
reporter: github-pr-review
env:
GITHUB_TOKEN: ${{ secrets.RHDH_BOT_TOKEN }}
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.RHDH_BOT_TOKEN }}