Skip to content

To address the formatting errors in the blog, new author Image and change in the Linkedin URL. #2587

To address the formatting errors in the blog, new author Image and change in the Linkedin URL.

To address the formatting errors in the blog, new author Image and change in the Linkedin URL. #2587

Workflow file for this run

name: Style check
on:
pull_request:
workflow_dispatch:
jobs:
style-job:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Run Vale
uses: errata-ai/vale-action@reviewdog
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
files: '["_posts", "_community_members"]'
fail_on_error: false
reporter: github-pr-check
filter_mode: added
vale_flags: "--no-exit"
version: 2.28.0
continue-on-error: true