Skip to content

Bump Microsoft.CodeCoverage from 17.2.0 to 17.6.3 #107

Bump Microsoft.CodeCoverage from 17.2.0 to 17.6.3

Bump Microsoft.CodeCoverage from 17.2.0 to 17.6.3 #107

Workflow file for this run

#
# Repository validation
#
name: Analyze
on:
- pull_request
jobs:
analyze:
name: Analyze repository
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run PSRule analysis
uses: Microsoft/ps-rule@main
with:
modules: PSRule.Rules.MSFT.OSS
prerelease: true