Skip to content

build(deps): bump github.com/yuin/goldmark from 1.7.1 to 1.7.2 in /actions/techdocs-rewrite-relative-links in the go group #118

build(deps): bump github.com/yuin/goldmark from 1.7.1 to 1.7.2 in /actions/techdocs-rewrite-relative-links in the go group

build(deps): bump github.com/yuin/goldmark from 1.7.1 to 1.7.2 in /actions/techdocs-rewrite-relative-links in the go group #118

name: Test techdocs-rewrite-relative-links action
on:
push:
branches:
- main
paths:
- "actions/techdocs-rewrite-relative-links/**"
- ".github/workflows/test-techdocs-rewrite-relative-links.yaml"
pull_request:
paths:
- "actions/techdocs-rewrite-relative-links/**"
- ".github/workflows/test-techdocs-rewrite-relative-links.yaml"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
check-latest: true
go-version: "1.22.2"
cache-dependency-path: "actions/techdocs-rewrite-relative-links/go.sum"
- name: Test Go code
shell: bash
run: |
set -e
cd actions/techdocs-rewrite-relative-links
go test ./... -v