Skip to content

docs: reposition as general report skill #115

docs: reposition as general report skill

docs: reposition as general report skill #115

Workflow file for this run

name: Smoke Tests
on:
push:
branches:
- main
- master
pull_request:
jobs:
smoke-tests:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run PowerShell smoke tests
shell: powershell
run: powershell -ExecutionPolicy Bypass -File .\scripts\run-smoke-tests.ps1