Skip to content

[release-1.4] chore(migration): move from janus-idp/backstage-showcase to redhat-developer/rhdh and add more plugin repo links too (RHIDP-1022) #607

[release-1.4] chore(migration): move from janus-idp/backstage-showcase to redhat-developer/rhdh and add more plugin repo links too (RHIDP-1022)

[release-1.4] chore(migration): move from janus-idp/backstage-showcase to redhat-developer/rhdh and add more plugin repo links too (RHIDP-1022) #607

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