Skip to content

Bump Nuget.CommandLine from 6.11.0 to 6.11.1 (#3687) #33

Bump Nuget.CommandLine from 6.11.0 to 6.11.1 (#3687)

Bump Nuget.CommandLine from 6.11.0 to 6.11.1 (#3687) #33

Workflow file for this run

name: demo
on:
push:
branches: [ main ]
paths:
- examples/demo/**
pull_request:
branches: [ main ]
paths:
- examples/demo/**
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag: v4.2.0
- name: Test demo
run: make test
working-directory: examples/demo
timeout-minutes: 10