Skip to content

Bump github.com/yuin/goldmark from 1.5.4 to 1.5.6 #604

Bump github.com/yuin/goldmark from 1.5.4 to 1.5.6

Bump github.com/yuin/goldmark from 1.5.4 to 1.5.6 #604

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: go test ./...