mirror of
https://github.com/xoofx/markdig.git
synced 2026-04-24 06:29:25 +00:00
21 lines
329 B
YAML
21 lines
329 B
YAML
name: ci
|
|
|
|
on:
|
|
push:
|
|
paths-ignore:
|
|
- 'site/**'
|
|
- 'img/**'
|
|
- 'changelog.md'
|
|
- 'readme.md'
|
|
pull_request:
|
|
|
|
jobs:
|
|
build:
|
|
uses: xoofx/.github/.github/workflows/dotnet.yml@main
|
|
with:
|
|
dotnet-version: |
|
|
6.0
|
|
8.0
|
|
10.0
|
|
secrets:
|
|
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }} |