Skip to content

Merge pull request #34 from ktos/renovate/actions-checkout-4.x #76

Merge pull request #34 from ktos/renovate/actions-checkout-4.x

Merge pull request #34 from ktos/renovate/actions-checkout-4.x #76

Workflow file for this run

name: Pull-Request
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.x'
- name: Restore packages
run: dotnet restore
- name: Build
run: dotnet build
# - name: Test
# run: dotnet test --no-build --verbosity normal