Skip to content

(Post/Boost-Productivity): Blog for boost productivity #209

(Post/Boost-Productivity): Blog for boost productivity

(Post/Boost-Productivity): Blog for boost productivity #209

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Vale
uses: errata-ai/[email protected]
with:
onlyAnnotateModifiedLines: true
reporter: github-pr-check
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}