Skip to content

build(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2 #343

build(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2

build(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2 #343

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@v18
with:
globs: |
**/*.md
#vendor