Skip to content

build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.0 #682

build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.0

build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.0 #682

Workflow file for this run

name: markdownlint
on:
push:
branches:
- master
- main
pull_request:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v4
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: |
**/*.md
#vendor