Skip to content

ci: move to reusable workflows #3

ci: move to reusable workflows

ci: move to reusable workflows #3

Workflow file for this run

name: continuous integration
on:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
integration:
uses: ArwynFr/ArwynFr/.github/workflows/pwsh-integration.yaml@main
with:
tests: ./test/Start-Tests.ps1
secrets:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}