Skip to content

The Vaadin Way of building the Presentation Layer #7221

The Vaadin Way of building the Presentation Layer

The Vaadin Way of building the Presentation Layer #7221

Workflow file for this run

name: lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: errata-ai/vale-action@reviewdog
with:
files: articles
vale_flags: "--config=.vale-pr.ini"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}