Skip to content

chore(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in /examples/ch7/devops-api #1388

chore(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in /examples/ch7/devops-api

chore(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in /examples/ch7/devops-api #1388

Workflow file for this run

name: markdown-linter
on:
pull_request:
branches:
- master
types: [opened, synchronize, reopened, ready_for_review]
jobs:
lint:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: |
*.md
**/*.md