Skip to content

0.2.5-beta.22 things (take twoooooo) #297

0.2.5-beta.22 things (take twoooooo)

0.2.5-beta.22 things (take twoooooo) #297

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
remark-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install remark deps
shell: bash
run: |
npm install -g remark remark-cli remark-frontmatter remark-lint-frontmatter-schema
- name: remark-lint
uses: reviewdog/action-remark-lint@v5
with:
reporter: github-pr-review
level: warning
fail_on_error: true