Skip to content

Remove verbose output from cleanup commands in Build-PromptFromGitHub… #5

Remove verbose output from cleanup commands in Build-PromptFromGitHub…

Remove verbose output from cleanup commands in Build-PromptFromGitHub… #5

Workflow file for this run

on:
push:
paths-ignore:
- "README.md"
- "changelog.md"
- ".github/workflows/docs.yml"
- "docs/**"
- "mkdocs.yml"
- "examples/**"
branches:
- main
pull_request:
jobs:
validate:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
steps:
- uses: actions/checkout@v4
- name: Run Continuous Integration
shell: pwsh
run: |
cd ./__tests__
Invoke-Pester -Output Detailed