southworks / BotBuilder-Samples

Welcome to the BotBuilder samples repository. Here you will find task-focused samples in C# and Node.js to help you get started with the Bot Builder SDK!
https://github.com/Microsoft/BotBuilder
MIT License
6 stars 6 forks source link

[#3286] Add linting checks to CI - DotNet #404

Closed sw-joelmut closed 2 years ago

sw-joelmut commented 2 years ago

Addresses # 3286

Description

This PR adds the new ci-dotnet-samples.yml pipeline to the GitHub workflow process, including the steps to detect and identify the modified files from a PR, generating a matrix that includes the steps to install, restore and lint each bot.

Detailed Changes

Testing

The following images show when the checks fail and when they pass. imagen imagen

sw-joelmut commented 2 years ago

/promoted 3786