Skip to content

Bump remark-cli from 11.0.0 to 12.0.0 #113

Bump remark-cli from 11.0.0 to 12.0.0

Bump remark-cli from 11.0.0 to 12.0.0 #113

Workflow file for this run

---
# SPDX-FileCopyrightText: 2020 James Mills / prologic
#
# SPDX-License-Identifier: MIT
name: reviewdog
on: [pull_request]
jobs:
remark-lint:
name: runner / remark-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install remark presets
run: npm install
shell: bash
- name: remark-lint
uses: reviewdog/action-remark-lint@v5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check