Skip to content

show usage of mdsnippets #21

show usage of mdsnippets

show usage of mdsnippets #21

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'readme.md'
pull_request:
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- name: "Build, Test and Pack common"
uses: xoofx/.github/.github/actions/dotnet-releaser-action@main
with:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
- name: Upload Test Results
if: failure()
uses: actions/upload-artifact@v4
with:
name: verify-test-results
path: |
**/*.received.*