Skip to content

Merge pull request #33 from microsoft/rido/fix-vuln-pkgs #1

Merge pull request #33 from microsoft/rido/fix-vuln-pkgs

Merge pull request #33 from microsoft/rido/fix-vuln-pkgs #1

Workflow file for this run

name: Linux Local build and test
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build
- name: Test
run: dotnet test ./src/