Skip to content

Bump Nuget.CommandLine from 6.7.0 to 6.8.0 (#3140) #20

Bump Nuget.CommandLine from 6.7.0 to 6.8.0 (#3140)

Bump Nuget.CommandLine from 6.7.0 to 6.8.0 (#3140) #20

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:
- uses: actions/[email protected]
- name: Test demo
run: make test
working-directory: examples/demo
timeout-minutes: 10