Skip to content

Merge pull request #256 from gofiber/dependabot/go_modules/golang-x-2… #446

Merge pull request #256 from gofiber/dependabot/go_modules/golang-x-2…

Merge pull request #256 from gofiber/dependabot/go_modules/golang-x-2… #446

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@v6
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v21
with:
globs: |
**/*.md
#vendor