Skip to content

Merge pull request #2 from Agazoth/AddIgnoreFolders #9

Merge pull request #2 from Agazoth/AddIgnoreFolders

Merge pull request #2 from Agazoth/AddIgnoreFolders #9

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