Skip to content

add

add #2

---

Check failure on line 1 in .github/workflows/lint-with-vale.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint-with-vale.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
name: Linting with Vale on pull request
on: [pull_request]
jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Asciidoctor
run: sudo apt-get install -y asciidoctor
- uses: errata-ai/vale-action@reviewdog
with:
files: docs/
reporter: github-pr-check
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}