Skip to content

Bump the all group with 5 updates (#128) #243

Bump the all group with 5 updates (#128)

Bump the all group with 5 updates (#128) #243

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