Skip to content

build(deps): bump github.com/nao1215/markdown from 0.4.0 to 0.5.0 #545

build(deps): bump github.com/nao1215/markdown from 0.4.0 to 0.5.0

build(deps): bump github.com/nao1215/markdown from 0.4.0 to 0.5.0 #545

Workflow file for this run

name: UnitTestExampleCodes
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit_test:
name: Unit test for example codes (linux)
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1"
check-latest: true
- name: Run tests for example codes
run: make test-examples