Skip to content

RHIDP-5070-Update supported platforms #571

RHIDP-5070-Update supported platforms

RHIDP-5070-Update supported platforms #571

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 }}