Skip to content

init: Initialisation of the article about JPA #162

init: Initialisation of the article about JPA

init: Initialisation of the article about JPA #162

Workflow file for this run

name: Review the article
on:
pull_request:
workflow_dispatch:
jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
env:
# Required, set by GitHub actions automatically:
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
files: ../../content/posts
vale_flags: "--glob=*.en.md"