Merge pull request #779 from toothache/fix_math_span #461
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
push: | |
paths-ignore: | |
- 'doc/**' | |
- 'img/**' | |
- 'changelog.md' | |
- 'readme.md' | |
pull_request: | |
jobs: | |
build: | |
uses: xoofx/.github/.github/workflows/dotnet.yml@main | |
with: | |
dotnet-version: '6.0 8.0' | |
secrets: | |
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }} |