feat:为 Curseforge API 操作类的搜索方法添加更多搜索选项 #208
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: CI-Check | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: [ "**" ] | |
| pull_request: | |
| types: | |
| - opened | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v3 | |
| with: | |
| fetch-depth: 0 | |
| - name: Setup .NET | |
| uses: actions/setup-dotnet@v2 | |
| with: | |
| dotnet-version: '9.0.x' | |
| - name: Test | |
| run: dotnet test |