Skip to content

Bump go.abhg.dev/goldmark/mermaid from 0.4.0 to 0.5.0 #94

Bump go.abhg.dev/goldmark/mermaid from 0.4.0 to 0.5.0

Bump go.abhg.dev/goldmark/mermaid from 0.4.0 to 0.5.0 #94

name: Testing
on:
pull_request:
jobs:
test-app:
name: Test Application
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21.3
- name: Test application
run: go test ./...
- name: Dry-run goreleaser application
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --snapshot --skip-publish --clean