Skip to content

Update github.com/gomarkdown/markdown digest to 642f0ee #39

Update github.com/gomarkdown/markdown digest to 642f0ee

Update github.com/gomarkdown/markdown digest to 642f0ee #39

Workflow file for this run

on:
pull_request:
branches:
- main
push:
branches:
- renovate/**
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: go test -v