Skip to content

v1.20.0 release and setup of the v1 branch #1223

v1.20.0 release and setup of the v1 branch

v1.20.0 release and setup of the v1 branch #1223

Workflow file for this run

name: Docs CI
on:
push:
branches:
- master
- feature/**
tags:
- "v*"
pull_request:
branches:
- master
- v1
jobs:
mdvalidate:
name: Validate Markdown Files
runs-on: ubuntu-latest
env:
GOARCH: amd64
GOOS: linux
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Markdown Link Validation
uses: gaurav-nelson/github-action-markdown-link-check@v1