Skip to content

Create Blog “what-in-the-ml-is-going-on-around-here” #23

Create Blog “what-in-the-ml-is-going-on-around-here”

Create Blog “what-in-the-ml-is-going-on-around-here” #23

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", "_authors"]'
fail_on_error: false
reporter: github-pr-check
filter_mode: added
vale_flags: "--no-exit"