Skip to content

Added command feedback using WriteObject on 'Yubikey' and 'Fido' cmdl… #8

Added command feedback using WriteObject on 'Yubikey' and 'Fido' cmdl…

Added command feedback using WriteObject on 'Yubikey' and 'Fido' cmdl… #8

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.x.x' # Specify the .NET version you're using
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-restore