Skip to content

Bump serde from 1.0.200 to 1.0.208 in /resharper-annotate #72

Bump serde from 1.0.200 to 1.0.208 in /resharper-annotate

Bump serde from 1.0.200 to 1.0.208 in /resharper-annotate #72

Workflow file for this run

name: test
on:
pull_request:
branches:
- master
jobs:
test-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- name: Setup .NET
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 6.0.x
- name: Restore dependencies
working-directory: sample/
run: dotnet restore
- name: Build
working-directory: sample/
run: dotnet build --configuration Release --no-restore /nologo /clp:NoSummary
- name: Annotate
uses: ./
with:
solution: sample/HelloWorld.sln