Skip to content

docs(vscode): 添加 Linux 终端下生成 SSH 密钥对的详细步骤 #202

docs(vscode): 添加 Linux 终端下生成 SSH 密钥对的详细步骤

docs(vscode): 添加 Linux 终端下生成 SSH 密钥对的详细步骤 #202

Workflow file for this run

name: PowerShell Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Run Pester Tests
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Perform a Pester test
shell: pwsh
run:
Invoke-Pester -Configuration (./PesterConfiguration.ps1)