Skip to content

docs(README.md): remove To Do section to clean up documentation #12

docs(README.md): remove To Do section to clean up documentation

docs(README.md): remove To Do section to clean up documentation #12

Workflow file for this run

name: Unit Test
on: push
jobs:
ubuntu:
name: Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Pester
shell: pwsh
run: Invoke-Pester
windows:
name: Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Run Pester
shell: pwsh
run: Invoke-Pester