Skip to content

Add vale gh action

Add vale gh action #1

Workflow file for this run

name: Vale Review
on:
pull_request:
branches: master
jobs:
vale-review-docs:
permissions:
pull-requests: write
uses: papermoonio/polkadot-mkdocs/.github/workflows/vale.yml@main

Check failure on line 11 in .github/workflows/vale.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/vale.yml

Invalid workflow file

error parsing called workflow ".github/workflows/vale.yml" -> "papermoonio/polkadot-mkdocs/.github/workflows/vale.yml@main" : failed to fetch workflow: workflow was not found.
with:
repo: ${{ github.repository }}
pr_number: ${{ github.event.pull_request.number }}
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}