Skip to content

Don't use wait for host port instead use pg_isready #32

Don't use wait for host port instead use pg_isready

Don't use wait for host port instead use pg_isready #32

Workflow file for this run

---
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
name: Markdown Lint
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DavidAnson/markdownlint-cli2-action@v22
with:
globs: '**/*.md'