Skip to content

TestEngine Namespace, Power Apps Portal TestEngine.PlaywrightScript() #1171

TestEngine Namespace, Power Apps Portal TestEngine.PlaywrightScript()

TestEngine Namespace, Power Apps Portal TestEngine.PlaywrightScript() #1171

Workflow file for this run

name: dotnet format
on:
workflow_dispatch:
push:
branches:
- integration
pull_request:
branches:
- integration
jobs:
check-format:
runs-on: windows-latest
steps:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Install dotnet-format tool
run: dotnet tool install -g dotnet-format
- name: Check out code
uses: actions/checkout@v2
- name: Run dotnet format
run: dotnet format '.\src\Microsoft.PowerApps.TestEngine' --verify-no-changes --severity warn