Bump Magick.NET-Q8-x64 from 14.10.1 to 14.10.2 #293
Workflow file for this run
This file contains hidden or 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: Tests (Linux) | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Setup .NET 10 | |
| uses: actions/setup-dotnet@v2 | |
| with: | |
| dotnet-version: 10.0.x | |
| - name: Run test script | |
| run: dotnet fsi test.fsx |