Skip to content

Bump actions/checkout from 4.1.5 to 4.1.7 #67

Bump actions/checkout from 4.1.5 to 4.1.7

Bump actions/checkout from 4.1.5 to 4.1.7 #67

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.7
- 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