Skip to content

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#560) #1261

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#560)

Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#560) #1261

Workflow file for this run

name: Docs CI
on:
push:
branches:
- main
tags:
- "v*"
pull_request:
branches:
- main
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