Skip to content

feat:为 Curseforge API 操作类的搜索方法添加更多搜索选项 #208

feat:为 Curseforge API 操作类的搜索方法添加更多搜索选项

feat:为 Curseforge API 操作类的搜索方法添加更多搜索选项 #208

Workflow file for this run

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