Skip to content

ci: delegate to PowerShellOrg reusable workflows #92

ci: delegate to PowerShellOrg reusable workflows

ci: delegate to PowerShellOrg reusable workflows #92

Workflow file for this run

name: CI
on:
push:
branches: [main]
paths:
- "PSDepend/**"
- "Tests/**"
- "build.ps1"
- "psakeFile.ps1"
- "requirements.psd1"
pull_request:
paths:
- "PSDepend/**"
- "Tests/**"
- "build.ps1"
- "psakeFile.ps1"
- "requirements.psd1"
workflow_dispatch:
jobs:
ci:
uses: PowerShellOrg/.github/.github/workflows/powershell-ci.yml@main

Check failure on line 22 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "PowerShellOrg/.github/.github/workflows/powershell-ci.yml@main" (source branch with sha:1e16e02c775e3ae7d085443cd82a5e226c05f528) : (Line: 57, Col: 16): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.shell, (Line: 71, Col: 16): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.shell, (Line: 76, Col: 16): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.shell, (Line: 80, Col: 16): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.shell
permissions:
contents: read