Skip to content

Bump markdownlint-cli2 from 0.15.0 to 0.16.0 in the all group #246

Bump markdownlint-cli2 from 0.15.0 to 0.16.0 in the all group

Bump markdownlint-cli2 from 0.15.0 to 0.16.0 in the all group #246

Workflow file for this run

# SPDX-FileCopyrightText: 2020 James Mills / prologic
#
# SPDX-License-Identifier: MIT
name: markdownlint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
markdownlint:
name: remark-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: markdownlint
uses: reviewdog/action-markdownlint@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review